Replies: 1 comment 5 replies
-
I am personally not too keen to find a solution that works for only 1 out of many fields I actually wonder if having something like this would be a nice addition to our packages featutres/abilities: [package.arcgis]
version=">=2.4.1" # optional
keep_going=False # optional
deps=True # optional
credentials=None # optional
pre=False # optional
index_urls=None # optional
verbose=None # optional A list of |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As a user, I would like to be able to specify a package I would like, and manually manage dependencies.
e.g. in pyscript.toml
(or whatever syntax makes the most sense, if it becomes an object or something)
from python, I can use micropip to install the package (it is failing to import after this, but I'm confident there is a way to make it work)
Similar issue: #2298
Beta Was this translation helpful? Give feedback.
All reactions