Skip to content

Commit

Permalink
build: update numpy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gampnico committed Nov 25, 2024
1 parent f279cf5 commit f65be4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.17.3
numpy>=2.0
pandas>2.0
scipy>=1.1.0
xarray>=0.18.0
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.17.3
numpy>=2.0
pandas>2.0
scipy>=1.1.0
xarray>=0.18.0
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.17.3
numpy>=2.0
pandas>2.0
scipy>=1.1.0
xarray>=0.18.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Information Analysis",
]
dependencies = [
"numpy>=1.17.3",
"numpy>=2.0",
"pandas>2.0",
"scipy>=1.1.0",
"xarray>=0.18.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.17.3
numpy>=2.0
pandas>2.0
scipy>=1.1.0
xarray>=0.18.0
Expand Down

0 comments on commit f65be4a

Please sign in to comment.