Skip to content

Commit bde07f8

Browse files
committed
Add environment file
1 parent 618b09c commit bde07f8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

conda/environment.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: uw2-dev
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python==3.12
6+
- compilers
7+
- pkg-config
8+
- libxml2
9+
- cmake
10+
- swig>=4.0.0
11+
- ninja
12+
- pint
13+
- mpich
14+
- petsc==3.22.0
15+
- mesalib
16+
- numpy<2
17+
- scipy
18+
- mpi4py
19+
- h5py=*=*mpi*
20+
- pytest
21+
- matplotlib
22+
- jupyterlab
23+
- jupytext
24+
- pip

0 commit comments

Comments
 (0)