Skip to content

Commit

Permalink
Add environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Jan 31, 2025
1 parent 618b09c commit bde07f8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions conda/environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: uw2-dev
channels:
- conda-forge
dependencies:
- python==3.12
- compilers
- pkg-config
- libxml2
- cmake
- swig>=4.0.0
- ninja
- pint
- mpich
- petsc==3.22.0
- mesalib
- numpy<2
- scipy
- mpi4py
- h5py=*=*mpi*
- pytest
- matplotlib
- jupyterlab
- jupytext
- pip

0 comments on commit bde07f8

Please sign in to comment.