Skip to content

Commit a5dbdc1

Browse files
authored
Unpinned iris (#1552)
1 parent 0110b42 commit a5dbdc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ You can read more about this in
808808
`Packaging Python Projects <https://packaging.python.org/tutorials/packaging-projects/>`__.
809809

810810
8. Create the Conda package
811-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
811+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
812812

813813
The ``esmvalcore`` package is published on the `conda-forge conda channel
814814
<https://anaconda.org/conda-forge>`__.

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- fiona
1414
- esmpy!=8.1.0 # see github.com/ESMValGroup/ESMValCore/issues/1208
1515
- geopy
16-
- iris>=3.1.0,<3.2.0
16+
- iris>=3.2.1
1717
- nested-lookup
1818
- pandas
1919
- pillow

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'pyyaml',
5555
'requests',
5656
'scipy>=1.6',
57-
'scitools-iris>=3.1.0,<3.2.0',
57+
'scitools-iris>=3.2.1',
5858
'shapely[vectorized]',
5959
'stratify',
6060
'yamale',

0 commit comments

Comments
 (0)