Skip to content

Commit

Permalink
🚧 Revert numpy version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Sep 13, 2024
1 parent 95cb4a1 commit 5e2056b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ attrs == 24.2.0
click==8.1.7
netCDF4==1.7.1.post2
numba==0.60.0
numpy==2.1.1
numpy==2.0.2
odfpy==1.4.1
openpyxl==3.1.5
pandas==2.2.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install_requires =
click>=8.1.3
netCDF4>=1.5.7
numba>=0.55.0
numpy>=1.21.2,<2.2
numpy>=1.21.2,<2.1
odfpy>=1.4.1
openpyxl>=3.0.10
pandas>=1.3.4
Expand Down

0 comments on commit 5e2056b

Please sign in to comment.