le-hf / environment.yml
Narunat's picture
Update environment.yml
d384b1a verified
name: dolfinx-env
channels:
- conda-forge
dependencies:
- python=3.11
- fenics-dolfinx
- mpich
- pyvista
- matplotlib
- numpy
- petsc
- mpi4py
- meshio
- gmsh # this installs gmsh binary (via conda-forge)
- pip # make sure pip is included
- pip:
- gradio>=3.44
- gmsh # this installs the Python gmsh module from PyPI