Skip to content

Commit

Permalink
Merge pull request #14 from darothen/dependabot/pip/numpy-1.22.0
Browse files Browse the repository at this point in the history
Bump numpy from 1.17.0 to 1.22.0
  • Loading branch information
darothen committed Jan 16, 2023
2 parents c696324 + 04ba5d8 commit 00df76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Assimulo==3.0
numba==0.45.1
numpy==1.17.0
numpy==1.22.0
pandas==0.25.1
scipy==1.3.1
xarray==0.12.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _write_version_file():
install_requires=[
"Assimulo==3.0",
"numba==0.45.1",
"numpy==1.17.0",
"numpy==1.22.0",
"pandas==0.25.1",
"scipy==1.3.1",
"xarray==0.12.3",
Expand Down

0 comments on commit 00df76a

Please sign in to comment.