-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenvironment.yml
88 lines (88 loc) · 1.73 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
name: py3.7
channels:
- pytorch
- defaults
dependencies:
- blas=1.0
- bzip2=1.0.8
- ca-certificates=2021.5.25
- certifi=2021.5.30
- ffmpeg=4.3
- freetype=2.10.4
- gettext=0.21.0
- gmp=6.2.1
- gnutls=3.6.15
- icu=58.2
- intel-openmp=2021.2.0
- jpeg=9b
- lame=3.100
- lcms2=2.12
# - libcxx=10.0.0
- libffi=3.3
# - libiconv=1.16
- libidn2=2.3.1
- libpng=1.6.37
- libtasn1=4.16.0
- libtiff=4.2.0
- libunistring=0.9.10
- libuv=1.40.0
- libwebp-base=1.2.0
- libxml2=2.9.10
# - llvm-openmp=10.0.0
- lz4-c=1.9.3
- mkl=2021.2.0
- mkl-service=2.3.0
- mkl_fft=1.3.0
- mkl_random=1.2.1
- ncurses=6.2
- nettle=3.7.2
- ninja=1.10.2
- numpy=1.20.2
- numpy-base=1.20.2
- olefile=0.46
- openh264=2.1.0
- openssl=1.1.1k
- pillow=8.2.0
- pip=21.1.1
- python=3.7.10
- pytorch=1.8.1
- readline=8.1
- setuptools=52.0.0
- six=1.15.0
- sqlite=3.35.4
- tk=8.6.10
- torchaudio=0.8.1
- torchvision=0.9.1
- typing_extensions=3.7.4.3
- wheel=0.36.2
- xz=5.2.5
- zlib=1.2.11
- zstd=1.4.9
- pip:
- absl-py==0.12.0
- argparse==1.4.0
- cachetools==4.2.2
- cycler==0.10.0
- decorator==4.4.2
- google-auth==1.30.1
- google-auth-oauthlib==0.4.4
- grpcio==1.38.0
- imageio==2.9.0
- kiwisolver==1.3.1
- markdown==3.3.4
- matplotlib==3.4.2
- networkx==2.5.1
- oauthlib==3.1.1
- protobuf==3.17.2
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pywavelets==1.1.1
- requests-oauthlib==1.3.0
- rsa==4.7.2
- scikit-image==0.18.1
- scipy==1.6.3
- tensorboard==2.5.0
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.0
- tifffile==2021.6.6
prefix: /Users/xizhou/opt/miniconda3/envs/py3.7