You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the dependencies are not pinned, which will mean things will break in the future. We should add upper version limits to all dependencies, which tools like uv do automatically. uv is the default in the new cookiecutter and can be used by hatch as well.
Description of feature
Right now the dependencies are not pinned, which will mean things will break in the future. We should add upper version limits to all dependencies, which tools like uv do automatically. uv is the default in the new cookiecutter and can be used by hatch as well.
It would also be good to follow the packaging advice in https://www.pyopensci.org/python-package-guide/ and https://github.com/scverse/cookiecutter-scverse.
The text was updated successfully, but these errors were encountered: