Skip to content

Commit

Permalink
Pin iris<3.0.4 to ensure we still (sort of) support Python 3.6 (#1252)
Browse files Browse the repository at this point in the history
* pin iris

* pin iris

* pin iris

* add 2 spaces
  • Loading branch information
valeriupredoi authored and zklaus committed Jul 23, 2021
1 parent d28194c commit 6f4a90d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -9,7 +9,7 @@ dependencies:
- compilers
- fiona # 1.8.18/py39, they seem weary to build manylinux wheels and pypi ver built with older gdal
- esmpy
- iris>=3.0.2 # bump to latest to have a number of bugfixes available
- iris>=3.0.2,<3.0.4 # iris=3.0.4 dropped support for Python 3.6 but we haven't just yet (23 July 2021, bugfix release 2.3.1)
- graphviz
- python>=3.6
- python-stratify
Expand Down
2 changes: 1 addition & 1 deletion package/meta.yaml
Expand Up @@ -37,7 +37,7 @@ requirements:
# esmvaltool
- python>=3.6
- graphviz
- iris>=3.0.2
- iris>=3.0.2,<3.0.4 # iris=3.0.4 dropped support for Python 3.6 but we haven't just yet (23 July 2021, bugfix release 2.3.1)
- python-stratify
- scipy<1.6 # until ESMValGroup/ESMValCore/issues/927 gets resolved
# Normally installed via pip:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@
'pybtex',
'pyyaml',
'requests',
'scitools-iris>=3.0.2',
'scitools-iris>=3.0.2,<3.0.4', # see environment.yml
'shapely[vectorized]',
'stratify',
'yamale',
Expand Down

0 comments on commit 6f4a90d

Please sign in to comment.