-
Notifications
You must be signed in to change notification settings - Fork 7
/
environment.yml
96 lines (95 loc) · 2.31 KB
/
environment.yml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
name: CUP
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _pytorch_select=0.2=gpu_0
- blas=1.0=mkl
- ca-certificates=2020.1.1=0
- certifi=2020.4.5.1=py36_0
- cffi=1.14.0=py36h2e261b9_0
- cudatoolkit=10.0.130=0
- cudnn=7.6.5=cuda10.0_0
- intel-openmp=2020.0=166
- ld_impl_linux-64=2.33.1=h53a641e_7
- libedit=3.1.20181209=hc058e9b_0
- libffi=3.2.1=hd88cf55_4
- libgcc-ng=9.1.0=hdf63c60_0
- libgfortran-ng=7.3.0=hdf63c60_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- mkl=2020.0=166
- mkl-service=2.3.0=py36he904b0f_0
- mkl_fft=1.0.15=py36ha843d7b_0
- mkl_random=1.1.0=py36hd6b4f25_0
- ncurses=6.2=he6710b0_1
- ninja=1.9.0=py36hfd86e86_0
- numpy=1.18.1=py36h4f9e942_0
- numpy-base=1.18.1=py36hde5b4d6_1
- openssl=1.1.1g=h7b6447c_0
- pip=20.0.2=py36_1
- pycparser=2.20=py_0
- python=3.6.10=hcf32534_1
- pytorch=1.2.0=cuda100py36h938c94c_0
- readline=8.0=h7b6447c_0
- setuptools=46.1.3=py36_0
- six=1.14.0=py36_0
- sqlite=3.31.1=h62c20be_1
- tk=8.6.8=hbc83047_0
- wheel=0.34.2=py36_0
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- pip:
- absl-py==0.9.0
- astor==0.8.1
- boto==2.49.0
- boto3==1.13.3
- botocore==1.16.3
- cachetools==4.1.0
- chardet==3.0.4
- click==7.1.2
- docopt==0.6.2
- docutils==0.15.2
- fasttext==0.9.2
- fire==0.3.1
- gast==0.2.2
- gensim==3.8.3
- google-auth==1.14.1
- google-auth-oauthlib==0.4.1
- google-pasta==0.2.0
- grpcio==1.28.1
- h5py==2.10.0
- idna==2.9
- jmespath==0.9.5
- joblib==0.14.1
- keras-applications==1.0.8
- keras-preprocessing==1.1.0
- markdown==3.2.1
- nltk==3.5
- oauthlib==3.1.0
- opt-einsum==3.2.1
- protobuf==3.11.3
- psutil==5.7.0
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pybind11==2.5.0
- python-dateutil==2.8.1
- regex==2020.4.4
- requests==2.23.0
- requests-oauthlib==1.3.0
- rsa==4.0
- s3transfer==0.3.3
- scikit-learn==0.22.2.post1
- scipy==1.4.1
- smart-open==2.0.0
- stanfordnlp==0.2.0
- tensorboard==2.1.1
- tensorflow==2.1.0
- tensorflow-estimator==2.1.0
- termcolor==1.1.0
- theano==1.0.4
- tqdm==4.46.0
- urllib3==1.25.9
- werkzeug==1.0.1
- wrapt==1.12.1
- xdg==4.0.1
prefix: /home/zhongxinliu/miniconda3/envs/CUP