Updated to remove OpenBLAS dependency on for Windows/Linux. macOS requires different conda environment file as it needs OpenBLAS as MKL causes instability on macOS.

这个提交包含在:
Craig Warren
2019-03-12 09:38:09 +00:00
父节点 d6079a1142
当前提交 d489d47ae5
共有 2 个文件被更改,包括 23 次插入3 次删除

查看文件

@@ -4,7 +4,6 @@
name: gprMax
dependencies:
- python>3.6
- blas=*=openblas
- colorama
- cython
- h5py
@@ -15,7 +14,7 @@ dependencies:
- scipy
- pip:
# - mpi4py
# - pycuda
- terminaltables
- tqdm
# - mpi4py
# - pycuda

21
conda_env_macOS.yml 普通文件
查看文件

@@ -0,0 +1,21 @@
# This file may be used to create a conda environment using:
# $ conda create --name gprMax --file <this file>
name: gprMax
dependencies:
- python>3.6
- blas=*=openblas
- colorama
- cython
- h5py
- jupyter
- matplotlib
- numpy
- psutil
- scipy
- pip:
- terminaltables
- tqdm
# - mpi4py
# - pycuda