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
# 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