[geopandas] Unblock CI (#14178)

This commit is contained in:
sobolevn
2025-05-27 20:44:44 +02:00
committed by GitHub
parent b01e7aa9d2
commit c1fd2297d7
+1 -1
View File
@@ -1,6 +1,6 @@
version = "1.0.1"
# Requires a version of numpy with a `py.typed` file
requires = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
requires = ["numpy>=1.20", "pandas-stubs<2.2.3.250527", "types-shapely", "pyproj"]
upstream_repository = "https://github.com/geopandas/geopandas"
[tool.stubtest]