Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Comment thread
valeriupredoi marked this conversation as resolved.
Outdated
- 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