Skip to content

Commit

Permalink
Make numpy less restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzvonkov committed Nov 15, 2024
1 parent 419e2f4 commit e501f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
scripts=["openmapflow/scripts/openmapflow", "openmapflow/scripts/deploy.sh"],
install_requires=[
"numpy==1.26.4",
"numpy<=1.26.4",
"pandas>=1.3.5,<2",
"pyyaml>=6.0",
"requests",
Expand Down

0 comments on commit e501f54

Please sign in to comment.