Skip to content
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

Tighten lower bounds for dependencies #135

Open
rossbar opened this issue Dec 21, 2022 · 0 comments
Open

Tighten lower bounds for dependencies #135

rossbar opened this issue Dec 21, 2022 · 0 comments
Labels
chore Maintenance
Milestone

Comments

@rossbar
Copy link
Contributor

rossbar commented Dec 21, 2022

The version windows for dependencies are extremely wide, extending well into versions that are no longer supported.

This generally shouldn't be an issue for those using workflows that create new environments, but can result in non-working environments for users who are getting old versions of packages; see e.g. #134.

Some things to improve the situation:

  • Tighten lower bounds. This will largely be dictated by the minimum supported Python version.
  • Add a procedure to the release process that involves testing against the oldest-supported versions of dependencies.

This should be done across the deepcell libraries.

@rossbar rossbar added the chore Maintenance label Dec 21, 2022
@rossbar rossbar added this to the 0.14 milestone Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance
Projects
None yet
Development

No branches or pull requests

1 participant