-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pinned dependencies #1535
Comments
We could potentially look into dependabot for pip, but first we'd have to migrate away from setup.py towards pyproject.toml - maybe not a bad idea for the long run, but I don't know what side effects/downsides there might be. setup.py is not supported by dependabot. |
Actually I might be wrong - setup.py is potentially supported: https://github.com/nextstrain/augur/network/dependencies From simonw: https://til.simonwillison.net/github/dependabot-python-setup
|
Dependencies are pinned to reduce the need for urgent code compatibility updates on every breaking change from a dependency. We should still be keeping the code compatible with latest versions of dependencies, just at our own pace. Otherwise Augur will become hard to install in environments where users prefer to use latest versions of these dependencies.
This issue aims to go through the list once, but this should be done regularly.
Tasks
References
The text was updated successfully, but these errors were encountered: