Skip to content

Commit cd2a980

Browse files
Using conda-style selectors for MPI dependencies
1 parent 8c3970a commit cd2a980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies:
88
- git
99
- jupyter
1010
- matplotlib-base>=2.0.2
11-
- sel(unix): mpi4py
12-
- sel(unix): mpich
11+
- mpi4py # [not win]
12+
- mpich # [not win]
1313
- netcdf4>=1.1.9
1414
- numpy>=1.9.1
1515
- platformdirs

0 commit comments

Comments
 (0)