scipp / copier_template

Copier template for Scipp projects
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Write `conda/meta.yaml` requirements from `pyproject.toml`? #85

Closed SimonHeybrock closed 6 months ago

SimonHeybrock commented 10 months ago

We already have a script to extract dependencies from pyproject.toml. Can we also use this to update conda/meta.yaml?

nvaytet commented 10 months ago

This sounds like a good idea.

jl-wynen commented 10 months ago

Only as long as the requirements have the same name. E.g., graphviz vs graphviz-python. So we'd need a way to both filter out dependencies from pyproject.toml and add additional dependencies in meta.yaml.