文件
gprMax/conda_env.yml

20 行
276 B
YAML

# This file may be used to create an environment using:
# $ conda create --name gprMax --file <this file>
name: gprMax
dependencies:
- python>=3.4
- colorama
- cython
- h5py
- jupyter
- lxml
- matplotlib
- numpy
- psutil
- scipy
- pip:
- mpi4py
- terminaltables
- tqdm