Skip to content

Commit

Permalink
Merge pull request #148 from JannisHoch/dependabot/pip/numpy-1.21.0
Browse files Browse the repository at this point in the history
Bump numpy from 1.18.1 to 1.21.0
  • Loading branch information
JannisHoch committed Feb 25, 2022
2 parents 776bf1f + dd1b9b5 commit 779c054
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytest-runner==5.1
click==7.1.1
geopandas==0.7.0
matplotlib==3.2.1
numpy==1.18.1
numpy==1.21.0
pandas==1.0.3
rasterio==1.1.3
rioxarray==0.0.26
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matplotlib==3.2.1
nbconvert==5.6.1
netcdf4==1.5.3
notebook>=6.1.5
numpy==1.18.1
numpy==1.21.0
pandas==1.0.3
pyproj==2.6.0
pytest==5.4.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
'rioxarray>=0.0.26',
'rasterstats>=0.14',
'geopandas>=0.8.0',
'numpy==1.18.1',
'numpy==1.21.0',
'scikit-learn>=0.22.1',
'seaborn>=0.11',
'numpy==1.18.1']
'numpy==1.21.0']

setup_requirements = ['pytest-runner', ]

Expand Down

0 comments on commit 779c054

Please sign in to comment.