You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
# Pinning fiona to the most recent fiona 1 version because geopandas would set it to the newest version otherwise