Skip to content

Rework Python dependencies #66

Closed
Closed
@cjdoris

Description

@cjdoris

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

No one assigned

    Labels

    enhancementNew feature or requestpriorityShould be fixed or implemented soon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions