Skip to content

Commit

Permalink
update pins for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed May 19, 2023
1 parent 2c8e04a commit a8f09b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.0rc2" %}
{% set version = "2.8.1rc1" %}

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

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

build:
# Increment the build number when building a new conda package of the same
Expand All @@ -20,13 +20,13 @@ build:
requirements:
host:
- git
- python >=3.8,<3.11
- python >=3.8
- pip !=21.3
- pytest-runner
- setuptools_scm
run:
# esmvaltool
- python >=3.8,<3.11
- python >=3.8
- iris >=3.4.0
- python-stratify
- scipy >=1.6
Expand All @@ -36,20 +36,20 @@ requirements:
- cf-units
- dask
- esgf-pyclient >=0.3.1
- esmpy !=8.1.0,<8.4.0
- esmpy !=8.1.0
- filelock
- fiona
- fire
- geopy
- humanfriendly
- importlib_resources
- iris-esmf-regrid
- iris-esmf-regrid >=0.6.0 # to work with latest esmpy
- isodate
- jinja2
- nc-time-axis
- nested-lookup
- netCDF4
- numpy
- numpy !=1.24.3 # severe bug in masked arrays
- packaging
- pandas
- pillow
Expand Down

0 comments on commit a8f09b8

Please sign in to comment.