文件
gprMax/conda_env.yml
2025-06-30 17:25:14 +01:00

27 行
349 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:
- humanize
- mpi4py
- mpi4py-fft
- numpy-stl
# - pycuda
# - pyopencl
- terminaltables
- tqdm