Skip to content

Commit

Permalink
limit numpy version due to fiona
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Mar 21, 2024
1 parent 0f5115a commit a10603b
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,4 +1,4 @@
numpy>=1.19.4
numpy>=1.19.4,<2.0.0
pandas>=1.1.4
rasterio>=1.2.3
rioxarray>=0.15.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_requirements():
python_requires=">3.9",
include_package_data=True,
install_requires=[
'numpy>=1.19.4',
'numpy>=1.19.4,<2.0.0',
'pandas>=1.1.4',
'rasterio>=1.2.3',
'rioxarray>=0.15.1',
Expand Down

0 comments on commit a10603b

Please sign in to comment.