你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Remove MPPI for readthedocs builds
这个提交包含在:
@@ -14,7 +14,7 @@ build:
|
||||
- python -m pip install sphinx_rtd_theme
|
||||
|
||||
conda:
|
||||
environment: conda_env.yml
|
||||
environment: conda_env_no_mpi.yml
|
||||
|
||||
python:
|
||||
install:
|
||||
|
26
conda_env_no_mpi.yml
普通文件
26
conda_env_no_mpi.yml
普通文件
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
- numpy-stl
|
||||
# - pycuda
|
||||
# - pyopencl
|
||||
- terminaltables
|
||||
- tqdm
|
||||
- git+https://github.com/craig-warren/PyEVTK.git
|
在新工单中引用
屏蔽一个用户