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.
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 inpyproject.toml, and remove them from[tool.pixi.dependencies]and[tool.pixi.pypi-dependencies]. pixi should pick uppyproject.tomlfor 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.