-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
enhancementNew feature or requestNew feature or requestpriorityShould be fixed or implemented soonShould be fixed or implemented soon
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriorityShould be fixed or implemented soonShould be fixed or implemented soon