Skip to content

Commit

Permalink
Update to v2.9.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela authored Jul 6, 2023
2 parents f344a79 + cdec792 commit ab1d5c5
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "ESMValTool" %}
{% set version = "2.8.0" %}
{% set version = "2.9.0" %}

package:
name: {{ name|lower }}-suite
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 466046e4b68ea61516aab473da1237e693175652aee98a8c1c0f60228dea2153
sha256: e8d2bcece8e985f8be5807e00bc22ae225208b6c8b82b5d2cefa6b8eeab8fb34

build:
number: 0
Expand All @@ -25,10 +25,10 @@ outputs:
script: build_python.sh # [not win]
requirements:
build:
- python >=3.8
- python >=3.9
- pip !=21.3
host:
- python >=3.8
- python >=3.9
- setuptools_scm
- pip !=21.3
run:
Expand All @@ -41,15 +41,16 @@ outputs:
- cmocean
- cython
- dask
- distributed
- ecmwf-api-client
- eofs
- esmpy # <8.4 sill needed but pin comes from Core
- esmvalcore 2.8.*
- esmpy
- esmvalcore 2.9.*
- fiona
- fire
- gdal
- iris >=3.1.0
- iris-esmf-regrid
- iris >=3.4.0
- iris-esmf-regrid >=0.7.0
- jinja2
- joblib
- lime
Expand All @@ -58,7 +59,7 @@ outputs:
- natsort
- nc-time-axis
- netCDF4
- numpy
- numpy !=1.24.3 # severe masking bug
- openpyxl
- packaging
- pandas
Expand All @@ -69,21 +70,21 @@ outputs:
- psy-simple
- psyplot
- pyproj >=2.1
- python >=3.8
- python >=3.9
- python-cdo
- python-dateutil
- pyyaml
- rasterio # replaces pynio
- rasterio
- requests
- ruamel.yaml
- scikit-image
- scikit-learn
- scipy
- seaborn
- seawater
- shapely <2.0.0 # github.com/ESMValGroup/ESMValTool/issues/2992
- shapely
- xarray >=0.12.0
- xesmf =0.3.0
- xesmf >=0.7.1
- xgboost >1.6.1
- xlsxwriter
- zarr
Expand Down

0 comments on commit ab1d5c5

Please sign in to comment.