We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The standard package repo is PyPI not anaconda so our dependencies should be PyPI-first.
Change PythonCallDeps.toml to be like:
python = "^3.8" [deps] numpy = "^1" foo = {path="./foo"}
Use conda to install Python and Poetry (or pipenv) then use Poetry to install packages.
Optionally allow the user to specify a preinstalled Poetry and use that.
The text was updated successfully, but these errors were encountered:
We now use CondaPkg.
CondaPkg
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
The standard package repo is PyPI not anaconda so our dependencies should be PyPI-first.
Change PythonCallDeps.toml to be like:
Use conda to install Python and Poetry (or pipenv) then use Poetry to install packages.
Optionally allow the user to specify a preinstalled Poetry and use that.
The text was updated successfully, but these errors were encountered: