你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-03 19:26:50 +08:00
22 行
293 B
YAML
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
|