Newer
Older
# This .yml file is used to specify the conda environment that should be loaded into the binder instance
name: pymcx
dependencies:
- python=3.9
- matplotlib
- scipy
- numpy
- jupyter
- notebook
- sympy
# This .yml file is used to specify the conda environment that should be loaded into the binder instance
name: pymcx
dependencies:
- python=3.9
- matplotlib
- scipy
- numpy
- jupyter
- notebook
- sympy