文件
gprMax/conda_env.yml
Craig Warren 857ea69dc9 Merge pull request #295 from karban8/devel
[GSoC 2021] Importing Geometrical Information from laser scanners
2022-01-06 16:16:18 +00:00

26 行
373 B
YAML

# This file may be used to create a conda environment using:
# $ conda env create -f <this file>
name: gprMax-devel
dependencies:
- python>3.7
- colorama
- cython
- h5py
- jinja2
- jupyter
- matplotlib
- numpy
- pip
- psutil
- scipy
- pip:
# - mpi4py
# - pycuda
# - pyopencl
- terminaltables
- tqdm
- git+https://github.com/craig-warren/PyEVTK.git
- numpy-stl