-
Notifications
You must be signed in to change notification settings - Fork 188
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
Bump Python packages version requirements #4115
Conversation
They are deprecated and throw warnings in numpy v1.20. See the complete list in the release notes: https://numpy.org/devdocs/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated
Old pint versions are known to be incompatible with numpy. See the pint release notes for the complete list of numpy issues: https://github.com/hgrecco/pint/blob/master/CHANGES For example in pint 0.8.1, np.cbrt() silently converts a pint.Quantity object to a float object, while np.sqrt() doesn't. Also, several quantities like ureg.molar and ureg.avogadro_constant were only introduced in pint 0.9.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Re-running the CI job multiple times decreases the |
As far as i understand our CI configuration, we are not using any persistent cache. Thus, I cannot explain your observations. |
The docker images run with the following bind:
Outside CI:
|
@KaiSzuttor can this be merged? |
Description of changes:
pint
version