diff --git a/conda/environment.yaml b/conda/environment.yaml new file mode 100644 index 0000000..01594e0 --- /dev/null +++ b/conda/environment.yaml @@ -0,0 +1,20 @@ +name: sp +channels: + - conda-forge +dependencies: + - python==3.12 + - numpy<2 + - scipy + - petsc4py==3.21.5 + - mpi4py + - numpy<2 + - h5py=*=mpi* + - pytest + - matplotlib + - jupyterlab + - jupytext + - pip + - pip: + - lavavu + - k3d +