-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
41 lines (40 loc) · 1.11 KB
/
environment.yaml
File metadata and controls
41 lines (40 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: PyModis
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
- defaults
dependencies:
- ca-certificates=2019.6.16=hecc5488_0
- certifi=2019.6.16=py37_1
- intel-openmp=2019.4=245
- libblas=3.8.0=8_mkl
- libcblas=3.8.0=8_mkl
- liblapack=3.8.0=8_mkl
- mkl=2019.4=245
- numpy=1.16.4=py37hc71023c_0
- openssl=1.0.2l=vc14_0
- pandas=0.25.0=py37he350917_0
- pip=19.1.1=py37_0
- python=3.7.1=h9460c21_1003
- python-dateutil=2.8.0=py_0
- pytz=2019.1=py_0
- setuptools=41.0.1=py37_0
- six=1.12.0=py37_1000
- sqlite=3.13.0=vc14_1
- vc=14=0
- vs2015_runtime=14.15.26706=h3a45250_4
- wheel=0.33.4=py37_0
- wincertstore=0.2=py37_0
- pip:
- cycler==0.10.0
- gdal==3.0.1
- joblib==0.13.2
- kiwisolver==1.1.0
- matplotlib==3.1.1
- pyparsing==2.4.1
- scikit-learn==0.21.2
- scipy==1.3.0
- sklearn==0.0
prefix: C:\Users\Administrator\Anaconda3\envs\PyModis