文件
gprMax/conda_env.yml
2018-07-09 11:55:03 +01:00

21 行
287 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.4
- colorama
- cython
- h5py
- jupyter
- matplotlib
- numpy
- psutil
- scipy
- pip:
- mpi4py
# - pycuda
- terminaltables
- tqdm