Skip to content

Commit

Permalink
Bump numpy from 1.21.0 to 1.22.0 (#151)
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](numpy/numpy@v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 22, 2022
1 parent 8d350a4 commit ef74989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.21.0
numpy==1.22.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.21.0',
'numpy==1.22.0',
'scikit-learn>=0.22.1',
'seaborn>=0.11',
'numpy==1.21.0']
'numpy==1.22.0']

setup_requirements = ['pytest-runner', ]

Expand Down

0 comments on commit ef74989

Please sign in to comment.