你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-04 11:36:52 +08:00
21 行
282 B
YAML
21 行
282 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
|
|
- matplotlib
|
|
- mpi4py
|
|
- numpy
|
|
- psutil
|
|
- pyqt=4.11.4
|
|
- scipy
|
|
|
|
- pip:
|
|
- terminaltables
|
|
- tqdm
|