Skip to content

Commit

Permalink
Pin blithering pandas yet again 🐼 test_icon fails again with pandas…
Browse files Browse the repository at this point in the history
…=2.2.2 (#2394)

Co-authored-by: Manuel Schlund <[email protected]>
  • Loading branch information
valeriupredoi and schlunma authored Apr 15, 2024
1 parent e2c68e7 commit 6cf32c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- netcdf4
- numpy !=1.24.3
- packaging
- pandas !=2.2.0,!=2.2.1 # github.com/ESMValGroup/ESMValCore/pull/2305 and #2349
- pandas !=2.2.0,!=2.2.1,!=2.2.2 # github.com/ESMValGroup/ESMValCore/pull/2305 and #2349
- pillow
- pip !=21.3
- prov
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'netCDF4',
'numpy!=1.24.3',
'packaging',
'pandas!=2.2.0,!=2.2.1', # GH ESMValCore #2305 #2349
'pandas!=2.2.0,!=2.2.1,!=2.2.2', # GH #2305 #2349 etc
'pillow',
'prov',
'psutil',
Expand Down

0 comments on commit 6cf32c7

Please sign in to comment.