Skip to content

Commit

Permalink
Restore .environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoresi committed Dec 6, 2024
1 parent c0b15d0 commit 92a94f5
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 92a94f5

Please sign in to comment.