文件
gprMax/conda_env.yml
2020-11-16 11:16:10 +00:00

22 行
293 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
- numpy
- pip
- psutil
- scipy
- pip:
- terminaltables
- tqdm
# - mpi4py
# - pycuda