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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin iris<3.0.4 to ensure we still (sort of) support Python 3.6 #1252

Merged
merged 4 commits into from Jul 23, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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