Skip to content

Commit

Permalink
Update dependencies (#3487)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela authored Dec 20, 2023
1 parent 1069254 commit 7e60941
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ channels:
- nodefaults

dependencies:
- pip !=21.3
- python >=3.9
- aiohttp
- cartopy
- cdo >=1.9.7
Expand All @@ -28,7 +26,7 @@ dependencies:
- fiona
- fire
- gdal
- iris >=3.6.0
- iris >=3.6.1
- iris-esmf-regrid >=0.7.0
- jinja2
- joblib
Expand All @@ -40,16 +38,18 @@ dependencies:
- netCDF4
- numba
- numpy !=1.24.3 # severe masking bug
- packaging
- openpyxl
- packaging
- pandas
- pip !=21.3
- progressbar2
- prov
- psyplot
- psy-maps
- psy-reg
- psy-simple
- pyproj >=2.1
- python >=3.9
- python-cdo
- python-dateutil
- pyyaml
Expand All @@ -61,7 +61,7 @@ dependencies:
- scipy
- seaborn
- seawater
- shapely
- shapely >=2
- xarray >=0.12.0
- xesmf >=0.7.1
- xgboost >1.6.1 # github.com/ESMValGroup/ESMValTool/issues/2779
Expand Down
11 changes: 6 additions & 5 deletions environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ channels:
- nodefaults

dependencies:
- pip !=21.3
- python >=3.9
- aiohttp
- cartopy
- cdo >=1.9.7
Expand All @@ -28,7 +26,7 @@ dependencies:
- fiona
- fire
- gdal
- iris >=3.6.0
- iris >=3.6.1
- iris-esmf-regrid >=0.7.0
- jinja2
- joblib
Expand All @@ -38,17 +36,20 @@ dependencies:
- natsort
- nc-time-axis
- netCDF4
- numba
- numpy !=1.24.3 # severe masking bug
- packaging
- openpyxl
- packaging
- pandas
- pip !=21.3
- progressbar2
- prov
- psyplot
- psy-maps
- psy-reg
- psy-simple
- pyproj>=2.1
- python >=3.9
- python-cdo
- python-dateutil
- pyyaml
Expand All @@ -60,7 +61,7 @@ dependencies:
- scipy
- seaborn
- seawater
- shapely
- shapely >=2
- xarray >=0.12.0
- xesmf >=0.7.1
- xgboost >1.6.1 # github.com/ESMValGroup/ESMValTool/issues/2779
Expand Down
15 changes: 8 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'esmvalcore',
'esmf-regrid>=0.7.0',
'fiona',
'fire',
'GDAL',
'jinja2',
'joblib',
Expand All @@ -46,27 +47,27 @@
'netCDF4',
'numba',
'numpy!=1.24.3', # severe masking bug
'packaging',
'openpyxl',
'packaging',
'pandas',
'pyproj>=2.1',
'pyyaml',
'progressbar2',
'psyplot',
'psy-maps',
'psy-reg',
'psy-simple',
'pyproj>=2.1',
'python-dateutil',
'pyyaml',
'rasterio',
'requests',
'ruamel.yaml',
'scikit-image',
'scikit-learn',
'scipy',
# See the following issue for info on the iris pin below:
# https://github.com/ESMValGroup/ESMValTool/issues/3239#issuecomment-1613298587
'scitools-iris>=3.4.0',
'scitools-iris>=3.6.1',
'seaborn',
'seawater',
'shapely',
'shapely>=2',
'xarray>=0.12.0',
'xesmf>=0.7.1',
'xgboost>1.6.1', # github.com/ESMValGroup/ESMValTool/issues/2779
Expand Down

0 comments on commit 7e60941

Please sign in to comment.