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

Pre release v2.5.0rc6 #35

Merged
merged 3 commits into from
Mar 10, 2022
Merged
Show file tree
Hide file tree
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
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