Skip to content

Commit

Permalink
Pin version of Iris
Browse files Browse the repository at this point in the history
  - In environment.yaml, pin iris version as >=3.3.0
  This prevents errors in the `to_iris` methods
  • Loading branch information
vinisalazar committed Sep 19, 2022
1 parent c4ef430 commit 29a59b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.9
- cartopy
- erddapy
- iris
- iris>=3.3.0
- jupyter
- pendulum>=2.0.1
- xarray

0 comments on commit 29a59b3

Please sign in to comment.