Skip to content

Commit

Permalink
Merge pull request #31 from ACCESS-NRI/romain_esm2.8
Browse files Browse the repository at this point in the history
Empty commit
  • Loading branch information
rbeucher authored Jul 7, 2023
2 parents d59da0f + 5f3a874 commit 42f0a4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- scipy
- h5py
- numba
- esmvaltool==2.8 # Pin esmvaltool version to 2.9
- esmvaltool>=2.8,<2.9 # Pin esmvaltool version to 2.8
- esmvaltool-python
- esmvaltool-ncl
- scikit-image
Expand All @@ -51,6 +51,15 @@ dependencies:
- asyncssh
- gevent
- julia
- openmpi
- mpi4py
- esmf
- esmpy
- xesmf
- xarray
- shapely
- cf_xarray
- sparse
- pip:
- railroad-diagrams ### Unlisted dependency of pip and pyparsing

1 change: 1 addition & 0 deletions scripts/testconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ skip:
- pbr.tests
- plotly.plotly
- bokeh.server.django
- xesmf
# Too many, or not necessary
- iris.tests
- cartopy.tests
Expand Down

0 comments on commit 42f0a4e

Please sign in to comment.