forked from xiaobaoonline/pytorch-in-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yaml
87 lines (86 loc) · 2.15 KB
/
environment.yaml
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
name: pytorch-in-action
channels:
- soumith
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
dependencies:
- blas=1.0=mkl
- ca-certificates=2018.03.07=0
- certifi=2018.4.16=py36_0
- cffi=1.11.5=py36h9745a5d_0
- cudatoolkit=8.0=3
- cudnn=7.0.5=cuda8.0_0
- cycler=0.10.0=py36h93f1223_0
- dbus=1.13.2=h714fa37_1
- expat=2.2.5=he0dffb1_0
- fontconfig=2.12.6=h49f89f6_0
- freetype=2.8=hab7d2ae_1
- glib=2.56.1=h000015b_0
- gst-plugins-base=1.14.0=hbbd80ab_1
- gstreamer=1.14.0=hb453b48_1
- icu=58.2=h9c2bf20_1
- intel-openmp=2018.0.0=8
- jpeg=9b=h024ee3a_2
- kiwisolver=1.0.1=py36h764f252_0
- libedit=3.1.20170329=h6b74fdf_2
- libffi=3.2.1=hd88cf55_4
- libgcc-ng=7.2.0=hdf63c60_3
- libgfortran-ng=7.2.0=hdf63c60_3
- libpng=1.6.34=hb9fc6fc_0
- libstdcxx-ng=7.2.0=hdf63c60_3
- libtiff=4.0.9=he85c1e1_1
- libxcb=1.13=h1bed415_1
- libxml2=2.9.8=hf84eae3_0
- matplotlib=2.2.2=py36h0e671d2_1
- mkl=2019.0=118
- mkl_fft=1.0.1=py36h3010b51_0
- mkl_random=1.0.1=py36h629b387_0
- nccl=1.3.4=cuda8.0_1
- ncurses=6.1=hf484d3e_0
- numpy=1.14.2=py36hdbf6ddf_1
- olefile=0.46=py36_0
- openssl=1.0.2o=h20670df_0
- pcre=8.42=h439df22_0
- pillow=5.1.0=py36h3deb7b8_0
- pip=10.0.1=py36_0
- pycparser=2.18=py36hf9f622e_1
- pyparsing=2.2.0=py36hee85983_1
- pyqt=5.9.2=py36h751905a_0
- python=3.6.5=hc3d631a_2
- python-dateutil=2.7.3=py36_0
- pytorch=0.3.0=py36cuda8.0cudnn7.0_0
- pytz=2018.4=py36_0
- qt=5.9.5=h7e424d6_0
- readline=7.0=ha6073c6_4
- scikit-learn=0.19.1=py36h7aa7ec6_0
- scipy=1.1.0=py36hfc37229_0
- setuptools=39.1.0=py36_0
- sip=4.19.8=py36hf484d3e_0
- six=1.11.0=py36h372c433_1
- sqlite=3.23.1=he433501_0
- tk=8.6.7=hc745277_3
- torchvision=0.2.0=py36_0
- tornado=5.0.2=py36_0
- wheel=0.31.1=py36_0
- xz=5.2.3=h5e939de_4
- zlib=1.2.11=ha838bed_2
- cuda80=1.0=0
- pip:
- audioread==2.1.6
- chardet==3.0.4
- decorator==4.3.0
- idna==2.7
- joblib==0.12.5
- librosa==0.5.1
- llvmlite==0.25.0
- mkl-fft==1.0.0
- mkl-random==1.0.1
- numba==0.40.1
- requests==2.20.0
- resampy==0.2.1
- torch==0.3.0
- torchtext==0.2.1
- tqdm==4.28.1
- urllib3==1.24
prefix: /home/wangjiancheng/.conda/envs/pytorch-in-action