Skip to content

Commit 75a5aac

Browse files
pin pandas>=2.2.0 in CI environments
1 parent 36a8b29 commit 75a5aac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conda-envs/environment-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies:
1010
- dask
1111
- xhistogram
1212
- statsmodels
13+
- pandas>=2.2.0
1314
- pip:
1415
- pymc>=5.10.0 # CI was failing to resolve
1516
- blackjax

conda-envs/windows-environment-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies:
99
- dask
1010
- xhistogram
1111
- statsmodels
12+
- pandas>=2.2.0
1213
- pip:
1314
- pymc>=5.10.0 # CI was failing to resolve
1415
- blackjax

0 commit comments

Comments
 (0)