conda-incubator / conda-project

Tool for encapsulating, running, and reproducing projects with Conda environments
https://conda-incubator.github.io/conda-project/
BSD 3-Clause "New" or "Revised" License
28 stars 10 forks source link

What about pyproject.toml? #29

Open AlbertDeFusco opened 2 years ago

AlbertDeFusco commented 2 years ago

conda-lock supports pyproject.toml, how would conda-project operate against a pyproject.toml? Would an environment.yml or conda-project.yml file still be required. What might a conda-project extension look like or do?

Secondly, pep621 brings a [project] table into pyprojet.toml. Again, what could conda-project do with the table entries or extend them?

AlbertDeFusco commented 2 years ago

Even further, is there an opportunity to provide a conda-project build system for pyproject.toml?