Skip to content

Commit

Permalink
Yaml file for creating a conda enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofacca committed Aug 29, 2024
1 parent 312772a commit 70a85be
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions conda_env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Use the command
#
# conda env create --file conda_env.yaml
#
# to create a conda enviroment named darcia. Using
# conda-force, we get petsc and petsc4py with hypre and mumps.
#
name: darcia
channels:
- conda-forge
dependencies:
- python=3.12
- pytest
- numpy
- scipy
- pyamg
- matplotlib==3.8.0
- scikit-image
- future
- colour-science
- ipympl
- pillow
- scikit-learn
- pandas
- plotly
- pydicom
- mpi4py
- petsc
- petsc4py
- pip
- pip:
- largestinteriorrectangle
- opencv-python
- colour-checker-detection

0 comments on commit 70a85be

Please sign in to comment.