文件
gprMax/conda_env.yml
2020-08-11 11:33:33 +01:00

22 行
277 B
YAML

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