Skip to content

Commit

Permalink
Merge pull request #646 from DHI/dependabot/pip/numpy-1.22.0
Browse files Browse the repository at this point in the history
Bump numpy from 1.20.0 to 1.22.0
  • Loading branch information
ecomodeller authored Feb 12, 2024
2 parents 6ecbdf9 + f81b8a0 commit 2f9a120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name="mikeio"
version="1.7.dev1"
dependencies = [
"mikecore>=0.2.1",
"numpy>=1.15.0", # first version with numpy.quantile
"numpy>=1.22.0",
"pandas>=1.3",
"scipy>=1.0",
"PyYAML",
Expand Down
2 changes: 1 addition & 1 deletion requirements_min.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy==1.20.0
numpy==1.22.0
pandas==1.3.0

0 comments on commit 2f9a120

Please sign in to comment.