Skip to content

Commit

Permalink
Merge pull request #68 from bouweandela/main
Browse files Browse the repository at this point in the history
Update to v2.9.0
  • Loading branch information
bouweandela authored Jul 4, 2023
2 parents ed6e317 + 104a61b commit d41ed1a
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "ESMValCore" %}
{% set version = "2.8.1" %}
{% set version = "2.9.0" %}

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

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

build:
# Increment the build number when building a new conda package of the same
Expand All @@ -20,36 +20,32 @@ build:
requirements:
host:
- git
- python >=3.8
- python >=3.9
- pip !=21.3
- pytest-runner
- setuptools_scm
run:
# esmvaltool
- python >=3.8
- iris >=3.4.0
- python-stratify
- scipy >=1.6
# Normally installed via pip:
- cartopy
- cftime
- cf-units
- cftime
- dask
- dask-jobqueue
- distributed
- esgf-pyclient >=0.3.1
- esmpy !=8.1.0
- filelock
- fiona
- fire
- geopy
- humanfriendly
- importlib_resources
- iris-esmf-regrid >=0.6.0 # to work with latest esmpy
- iris >=3.4.0
- iris-esmf-regrid >=0.7.0
- isodate
- jinja2
- libnetcdf !=4.9.1 # issues lots of HDF5 warnings
- nc-time-axis
- nested-lookup
- netCDF4
- netcdf4
- numpy !=1.24.3 # severe bug in masked arrays
- packaging
- pandas
Expand All @@ -58,9 +54,11 @@ requirements:
- psutil
- py-cordex
- pybtex
- pytest-json-report # needed by esmpy=8.4.0/1 (to be removed in 2.9.0)
- python >=3.9
- python-stratify >=0.3
- pyyaml
- requests
- scipy >=1.6
- shapely
- yamale

Expand Down

0 comments on commit d41ed1a

Please sign in to comment.