-
Notifications
You must be signed in to change notification settings - Fork 11
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
Loosen dependency version constraints wherever possible #19
Conversation
On the subject of loosening constraints, I think perhaps, since oqpy is a library not an application, we should remove all version upper bounds unless we know they are required. To that end I think (with the exception of |
f679020
to
3bde31d
Compare
Made a couple more tweaks but I think this is ready to go now. |
Is there an estimate for when these changes will be released? We're looking to support python 3.11 over on Mitiq. |
@natestemen we're targeting this week for a new release |
>=
wherever sensical.typing-extensions
: Lower bound changed from 4.3.0 to 3.10.0.2.mypy-extensions
: Lower bound changed from 0.4.3. to 0.2.openpulse
: Upgrades to 0.4.1 (this dependency is particularly critical for OQpy).mypy
: Upgrades to latest version (0.982).numpy
: Does a much better job of specifying constraints on a per-Python-version basis.With @PhilReinhold.