From c4d1172ee2de8defe7c40f11e3de5699431baca0 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 2 Dec 2025 11:50:36 +0100 Subject: [PATCH] Pin dependencies on pandas-stubs to < 2.3.3.251201 --- stubs/geopandas/METADATA.toml | 2 +- stubs/seaborn/METADATA.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/geopandas/METADATA.toml b/stubs/geopandas/METADATA.toml index 97cd71db2c18..6b64967fa567 100644 --- a/stubs/geopandas/METADATA.toml +++ b/stubs/geopandas/METADATA.toml @@ -1,6 +1,6 @@ version = "1.1.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.3.3.251201", "types-shapely", "pyproj"] upstream_repository = "https://github.com/geopandas/geopandas" [tool.stubtest] diff --git a/stubs/seaborn/METADATA.toml b/stubs/seaborn/METADATA.toml index 617bc4ef5ec8..2f4acb059a8e 100644 --- a/stubs/seaborn/METADATA.toml +++ b/stubs/seaborn/METADATA.toml @@ -1,4 +1,4 @@ version = "0.13.2" # Requires a version of numpy and matplotlib with a `py.typed` file -requires = ["matplotlib>=3.8", "numpy>=1.20", "pandas-stubs"] +requires = ["matplotlib>=3.8", "numpy>=1.20", "pandas-stubs<2.3.3.251201"] upstream_repository = "https://github.com/mwaskom/seaborn"