Skip to content

Commit

Permalink
Restore .environment.yml (#276)
Browse files Browse the repository at this point in the history
The environment.yml file was link to the one in the obsolete .binder
folder that we removed when we moved to a separate launch repository
(for efficiency reasons) but we do need the file so ... it's back.
  • Loading branch information
lmoresi authored Dec 8, 2024
2 parents 53dbf6d + 92a94f5 commit 7c08857
Showing 1 changed file with 34 additions and 1 deletion.
1 change: 0 additions & 1 deletion environment.yml

This file was deleted.

34 changes: 34 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: uw3
channels:
- conda-forge
dependencies:
- python=3.11
- compilers
- openmpi
- openmpi-mpicc
- openmpi-mpicxx
- petsc=3.21.5 # Fix for now (errors with hdf5 / uw3)
- petsc4py=3.21.5
- cython=3.*
- mpmath<=1.3
- mesalib
- numpy
- scipy
- mpi4py
- h5py
- sympy
- pytest
- ipython
- pyvista
- pip
# gmsh dependencies (prefer not to use apt.txt)
- xorg-libxft
- xorg-libxinerama
- pip:
- gmsh
- gmsh-api
- jupyterlab
- jupytext
- pygments
- trame-vtk
- trame-vuetify

0 comments on commit 7c08857

Please sign in to comment.