-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yaml
71 lines (70 loc) · 1.76 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
name: pytorch
channels:
- pytorch
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
dependencies:
- ca-certificates=2018.03.07=0
- certifi=2018.11.29=py37_0
- cffi=1.11.5=py37he75722e_1
- freetype=2.9.1=h8a8886c_1
- intel-openmp=2019.1=144
- libedit=3.1.20170329=h6b74fdf_2
- libgcc-ng=8.2.0=hdf63c60_1
- libgfortran-ng=7.3.0=hdf63c60_0
- libpng=1.6.35=hbc83047_0
- libstdcxx-ng=8.2.0=hdf63c60_1
- libtiff=4.0.9=he85c1e1_2
- mkl=2019.1=144
- mkl_fft=1.0.6=py37hd81dba3_0
- mkl_random=1.0.2=py37hd81dba3_0
- ncurses=6.1=he6710b0_1
- numpy=1.15.4=py37h7e9f1db_0
- numpy-base=1.15.4=py37hde5b4d6_0
- olefile=0.46=py37_0
- openssl=1.1.1a=h7b6447c_0
- pillow=5.3.0=py37h34e0f95_0
- pip=18.1=py37_0
- pycparser=2.19=py37_0
- python=3.7.1=h0371630_7
- readline=7.0=h7b6447c_5
- setuptools=40.6.2=py37_0
- six=1.12.0=py37_0
- sqlite=3.25.3=h7b6447c_0
- tk=8.6.8=hbc83047_0
- wheel=0.32.3=py37_0
- xz=5.2.4=h14c3975_4
- blas=1.0=mkl
- jpeg=9b=0
- libffi=3.2.1=1
- ninja=1.7.2=0
- zlib=1.2.11=0
- cuda100=1.0=0
- pytorch=1.0.0=py3.7_cuda10.0.130_cudnn7.4.1_1
- torchvision=0.2.1=py_2
- pip:
- chardet==3.0.4
- cloudpickle==0.6.1
- cycler==0.10.0
- dask==1.0.0
- decorator==4.3.0
- idna==2.8
- kiwisolver==1.0.1
- matplotlib==3.0.2
- networkx==2.2
- pyparsing==2.3.0
- python-dateutil==2.7.5
- pywavelets==1.0.1
- pyzmq==17.1.2
- requests==2.21.0
- scikit-image==0.14.1
- scipy==1.2.0
- toolz==0.9.0
- torch==1.0.0
- torchfile==0.1.0
- tornado==5.1.1
- urllib3==1.24.1
- visdom==0.1.8.5
- websocket-client==0.54.0
prefix: /home/oliver/.conda/envs/pytorch