Skip to content

Commit

Permalink
Pin numpy version to fix bug related to geopandas
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPickhardt committed Jun 25, 2024
1 parent f8f45b0 commit 517d0d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ pandas==2.0.3
pyogrio==0.6.0
Requests==2.31.0
Shapely==2.0.1
# Pinning numpy to the most recent numpy 1 version because geopandas would set it to the newest version otherwise
# Since numpy 2.0.0 is not yet supported by geopandas see: https://stackoverflow.com/questions/78634235/numpy-dtype-size-changed-may-indicate-binary-incompatibility-expected-96-from
numpy==1.26.4

0 comments on commit 517d0d8

Please sign in to comment.