文件
gprMax/conda_env.yml
2019-01-14 08:48:12 +00:00

22 行
302 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
- colorama
- cython
- h5py
- jupyter
- matplotlib
- mkl==2018.0.0
- numpy
- psutil
- scipy
- pip:
- mpi4py
# - pycuda
- terminaltables
- tqdm