From 5e3a96dcaa378d0937134b0fc5ae23fb3928e1f5 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 2 Dec 2025 11:58:04 +0100 Subject: [PATCH] Pin dependencies on pandas-stubs to < 2.3.3.251201 (#15100) --- 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 97cd71db2..6b64967fa 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 617bc4ef5..2f4acb059 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"