Skip to content

Commit 4a41386

Browse files
authored
Pin pandas stubs (#10119)
1 parent 48be376 commit 4a41386

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/requirements/environment-3.14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- opt_einsum
3030
- packaging
3131
- pandas
32-
- pandas-stubs
32+
- pandas-stubs<=2.2.3.241126 # https://github.com/pydata/xarray/issues/10110
3333
# - pint>=0.22
3434
- pip
3535
- pooch

ci/requirements/environment-windows-3.14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- numpy
2626
- packaging
2727
- pandas
28-
- pandas-stubs
28+
- pandas-stubs<=2.2.3.241126 # https://github.com/pydata/xarray/issues/10110
2929
# - pint>=0.22
3030
- pip
3131
- pre-commit

ci/requirements/environment-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- numpy
2626
- packaging
2727
- pandas
28-
- pandas-stubs
28+
- pandas-stubs<=2.2.3.241126 # https://github.com/pydata/xarray/issues/10110
2929
# - pint>=0.22
3030
- pip
3131
- pre-commit

ci/requirements/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- opt_einsum
3030
- packaging
3131
- pandas
32-
- pandas-stubs
32+
- pandas-stubs<=2.2.3.241126 # https://github.com/pydata/xarray/issues/10110
3333
# - pint>=0.22
3434
- pip
3535
- pooch

0 commit comments

Comments
 (0)