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?
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?