Open pierrepo opened 1 month ago
This seems very useful indeed, thanks for reporting!
Added good first issue
.
We already have requirement parsing in the code base so it's basically just reading the file if there is a -r requirements.txt
and adding the requirements to the pypi-dependencies
.
Problem description
This feature request is related to issue #1410
Currently, it is possible to create a new Pixi environment based on a Conda YAML file:
This command works nicely if the environment contains both conda and pip dependencies, for instance:
However, it does not work if pip dependencies are in an external file, for example:
environment.yml
requirements.txt
Feature request: could we please import conda YAML file with pip dependencies listed in an external file?