Skip to content

Commit

Permalink
pin pandas>=2.2.0 in CI environments
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Feb 14, 2024
1 parent 36a8b29 commit 75a5aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-envs/environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- dask
- xhistogram
- statsmodels
- pandas>=2.2.0
- pip:
- pymc>=5.10.0 # CI was failing to resolve
- blackjax
Expand Down
1 change: 1 addition & 0 deletions conda-envs/windows-environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- dask
- xhistogram
- statsmodels
- pandas>=2.2.0
- pip:
- pymc>=5.10.0 # CI was failing to resolve
- blackjax
Expand Down

0 comments on commit 75a5aac

Please sign in to comment.