Skip to content

Commit

Permalink
Merge pull request #35 from schlunma/v2.5.0rc6
Browse files Browse the repository at this point in the history
Pre release v2.5.0rc6
  • Loading branch information
schlunma authored Mar 10, 2022
2 parents 8c549dc + 5b39a7d commit 4ffba3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "ESMValCore" %}
{% set version = "2.5.0rc4" %}
{% set version = "2.5.0rc6" %}

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

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

build:
# Increment the build number when building a new conda package of the same
Expand All @@ -20,22 +20,22 @@ build:
requirements:
host:
- git
- python >=3.7
- python >=3.8
- pip !=21.3
- pytest-runner
- setuptools_scm
run:
# esmvaltool
- python >=3.7
- iris >=3.1.0,!=3.2.0.post0,!=3.2.0
- python >=3.8
- iris >=3.1.0,<3.2.0
- python-stratify
- scipy >=1.6
# Normally installed via pip:
- cartopy
- cftime
- cf-units >=3.0.0
- dask
- esgf-pyclient
- esgf-pyclient >=0.3.1
- esmpy !=8.1.0
- fiona
- fire
Expand Down

0 comments on commit 4ffba3a

Please sign in to comment.