Skip to content

Make python dependencies pypi only #1910

Description

@deltamarnix

This project uses pixi as dependency manager, and the dependencies are handled via conda-forge. For python development, we want to maintain an environment that only uses pypi dependencies. Investigate if it is possible for this project to migrate all python dependencies to the [project.dependencies] table in pyproject.toml, and remove them from [tool.pixi.dependencies] and [tool.pixi.pypi-dependencies]. pixi should pick up pyproject.toml for the dependency management, so that no double bookkeeping is required by the developers.

The only expected dependencies in the pixi config are python itself, and the project as an editable pypi-dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    📯 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions