文件
gprMax/conda_env_macOS.yml
2019-06-04 16:37:07 +01:00

23 行
313 B
YAML

# This file may be used to create a conda environment using:
# $ conda create --name gprMax --file <this file>
name: gprMax
dependencies:
- python>3.6
- blas=*=openblas
- colorama
- cython
- h5py
- jupyter
- matplotlib
- numpy
- pip
- psutil
- scipy
- pip:
- terminaltables
- tqdm
# - mpi4py
# - pycuda