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

Bump numpy from 1.19.4 to 1.19.5 #490

Merged
merged 2 commits into from Jan 13, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements_dev.txt
Expand Up @@ -8,7 +8,7 @@ bump2version>=0.5.11
# glotaran setup dependencies
asteval==0.9.21
numpy==1.19.4; sys_platform != "win32"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This exception can now be eliminated @s-weigand ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope so, but better to test it locally (with the bad windows patch state see numpy/numpy#16744 (comment)) first. 😉

numpy==1.19.3; sys_platform == "win32"
numpy==1.19.5; sys_platform == "win32"
scipy==1.6.0
click==7.1.2
numba==0.52.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
"netCDF4>=1.5.3",
"numba>=0.48",
'numpy>=1.17.3; sys_platform != "win32"',
'numpy==1.19.3; sys_platform == "win32"',
'numpy==1.19.5; sys_platform == "win32"',
"pandas>=0.25.2",
"pyyaml>=5.2",
"scipy>=1.3.2",
Expand Down