Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esmvalcore v2.9.0rc1 #67

Merged
merged 1 commit into from
Jun 12, 2023
Merged
Changes from all 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
25 changes: 12 additions & 13 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.1rc2" %}
{% set version = "2.9.0rc1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 1d586d40910d04e49dee3e2e99486f592228e91b5ac0950a08d0dbf77de73e27
sha256: 25998ed5e38e162645869ec004757a58e3a578ff7b7bc38a8887808e19493822

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.6.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,8 +54,11 @@ requirements:
- psutil
- py-cordex
- pybtex
- python >=3.9
- python-stratify >=0.3
- pyyaml
- requests
- scipy >=1.6
- shapely
- yamale

Expand Down