diff --git a/environment.yml b/environment.yml index f84372d197..c3c33e248e 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/setup.py b/setup.py index fc6cdb2678..72e82e27e5 100755 --- a/setup.py +++ b/setup.py @@ -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',