Skip to content

Commit 5e3a96d

Browse files
authored
Pin dependencies on pandas-stubs to < 2.3.3.251201 (#15100)
1 parent 11b39b8 commit 5e3a96d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stubs/geopandas/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version = "1.1.1"
22
# Requires a version of numpy with a `py.typed` file
3-
requires = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
3+
requires = ["numpy>=1.20", "pandas-stubs<2.3.3.251201", "types-shapely", "pyproj"]
44
upstream_repository = "https://github.com/geopandas/geopandas"
55

66
[tool.stubtest]

stubs/seaborn/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version = "0.13.2"
22
# Requires a version of numpy and matplotlib with a `py.typed` file
3-
requires = ["matplotlib>=3.8", "numpy>=1.20", "pandas-stubs"]
3+
requires = ["matplotlib>=3.8", "numpy>=1.20", "pandas-stubs<2.3.3.251201"]
44
upstream_repository = "https://github.com/mwaskom/seaborn"

0 commit comments

Comments
 (0)