Skip to content

Commit

Permalink
Bump numpy from 1.19.4 to 1.19.5
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 to 1.19.5.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.19.4...v1.19.5)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 12, 2021
1 parent 50e27dd commit f9d31b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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"
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

0 comments on commit f9d31b6

Please sign in to comment.