Currently, each time we update pyproject.toml, there is a need to make a PR here. May we move conda-recipe/recipe.yaml to live in a main repo and implement a a pre-commit hook or CI check (using a Python script) to enforce consistency between pyproject.toml and recipe.yaml?
We may even trigger a build from the main repo if dependecies changed.
https://github.com/napari/packaging/blob/main/conda-recipe/recipe.yaml
cc @jaimergp ?