Skip to content

Commit

Permalink
Merge pull request #91 from ACCESS-NRI/access-med-0.8
Browse files Browse the repository at this point in the history
update env
  • Loading branch information
rbeucher authored Aug 7, 2024
2 parents 2ac0e5f + a463864 commit 9770aa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environments/access-med/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- apscheduler
- fs
- python>=3.9
- libnetcdf>=4.7.4=mpi_openmpi* # pinned for solver stability
- libnetcdf=*=mpi_openmpi* # pinned for solver stability
- pip
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
Expand Down Expand Up @@ -52,10 +52,10 @@ dependencies:
- objgraph ### Unlisted dependency of greenlet
- asyncssh
- gevent
- openmpi==4.1.5
- openmpi==4.1.6
- mpi4py
- esmf>=8.0.1=mpi_openmpi*
- esmpy>=8.0.1=mpi_openmpi*
- esmf=*=mpi_openmpi*
- esmpy
- pytest-json-report ### Needed for esmpy
- xesmf >=0.7.1
- xarray >=0.12.0
Expand Down

0 comments on commit 9770aa7

Please sign in to comment.