Closed
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.