Skip to content

Commit

Permalink
Point to iris branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed Dec 5, 2022
1 parent 93b6da1 commit 37bb757
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ dependencies:
# Not on conda forge - vprof
- yamllint
- yapf
- pip
- pip:
- ESMValTool_sample_data==0.0.3
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
'pyyaml',
'requests',
'scipy>=1.6',
'scitools-iris>=3.2.1',
'scitools-iris @ '
'https://github.com/pp-mo/iris/archive/lazy_save.tar.gz',
'shapely[vectorized]',
'stratify',
'yamale',
Expand All @@ -67,7 +68,7 @@
'pytest-mypy',
'pytest-mock',
'pytest-xdist',
'ESMValTool_sample_data==0.0.3',
# 'ESMValTool_sample_data==0.0.3',
# MyPy library stubs
'mypy>=0.990',
'types-requests',
Expand Down

0 comments on commit 37bb757

Please sign in to comment.