-
Notifications
You must be signed in to change notification settings - Fork 60
/
enviroment.yaml
123 lines (122 loc) · 2.95 KB
/
enviroment.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
name: torch110
channels:
- omgarcia
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- backcall=0.1.0=py36_0
- binutils=2.33.1=h53a641e_7
- binutils_impl_linux-64=2.33.1=he1b5a44_7
- ca-certificates=2019.11.28=hecc5488_0
- certifi=2019.11.28=py36_0
- cython=0.29.13=py36he6710b0_0
- decorator=4.4.0=py36_1
- gcc-6=6.1.0=2
- gmp=6.1.0=1
- ipykernel=5.1.1=py36h39e3cac_0
- ipython=7.7.0=py36h39e3cac_0
- ipython_genutils=0.2.0=py36_0
- isl=0.17.1=0
- jedi=0.13.3=py36_0
- jupyter_client=5.3.1=py_0
- jupyter_core=4.5.0=py_0
- 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
- libsodium=1.0.16=h1bed415_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- mpc=1.0.1=0
- mpfr=3.1.2=0
- ncurses=6.1=he6710b0_1
- openssl=1.1.1d=h516909a_0
- parso=0.5.0=py_0
- pexpect=4.7.0=py36_0
- pickleshare=0.7.5=py36_0
- pip=19.1.1=py36_0
- prompt_toolkit=2.0.9=py36_0
- ptyprocess=0.6.0=py36_0
- pygments=2.4.2=py_0
- python=3.6.7=h0371630_0
- python-dateutil=2.8.0=py36_0
- pyzmq=18.0.0=py36he6710b0_0
- readline=7.0=h7b6447c_5
- setuptools=41.0.1=py36_0
- six=1.12.0=py36_0
- sqlite=3.29.0=h7b6447c_0
- tk=8.6.8=hbc83047_0
- tornado=6.0.3=py36h7b6447c_0
- traitlets=4.3.2=py36h674d592_0
- wcwidth=0.1.7=py36_0
- wheel=0.33.4=py36_0
- xz=5.2.4=h14c3975_4
- zeromq=4.3.1=he6710b0_3
- zlib=1.2.11=h7b6447c_3
- pip:
- absl-py==0.8.0
- addict==2.2.1
- apex==0.1
- astor==0.8.0
- astroid==2.2.5
- bert4keras==0.1.4
- colour==0.1.5
- fire==0.2.0
- flask-cors==3.0.8
- funcsigs==1.0.2
- gast==0.3.2
- google-pasta==0.1.7
- grpcio==1.24.0
- h5py==2.10.0
- imagecorruptions==1.0.0
- isort==4.3.21
- keras==2.3.0
- keras-applications==1.0.8
- keras-preprocessing==1.1.0
- labelme==3.16.7
- lanms==1.0.2
- lazy-object-proxy==1.4.1
- markdown==3.1.1
- matplotlib==3.1.1
- mccabe==0.6.1
- natsort==6.0.0
- ninja==1.9.0.post1
- nltk==3.4
- numpy==1.18.1
- onnx==1.5.0
- onnxruntime==0.4.0
- opencv-python==4.1.2.30
- overrides==2.5
- packaging==19.2
- paddlepaddle==1.5.2
- pillow==6.2.2
- prettytable==0.7.2
- pyclipper==1.1.0.post1
- pylint==2.3.1
- pymysql==0.9.3
- pyqt5==5.13.2
- pyqt5-sip==12.7.0
- python-graphviz==0.13
- qtpy==1.9.0
- rarfile==3.1
- recordio==0.1.7
- singledispatch==3.4.0.3
- sip==5.0.0
- tensorboard==1.14.0
- tensorflow-estimator==1.14.0
- tensorflow-gpu==1.14.0
- tensorrt==6.0.1.5
- termcolor==1.1.0
- terminaltables==3.1.0
- toml==0.10.0
- torch==1.1.0
- torchsummary==1.5.1
- torchvision==0.3.0
- tqdm==4.34.0
- typed-ast==1.4.0
- typing==3.7.4.1
- typing-extensions==3.7.4
- wrapt==1.11.1
- x2paddle==0.5.0
- yacs==0.1.6
prefix: /home/yangna/yangna/tool/anaconda2/envs/torch110