-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yaml
118 lines (117 loc) · 3.2 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
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
name: DGA-detector
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
dependencies:
- _tflow_select=2.1.0=gpu
- absl-py=0.7.1=py37_0
- astor=0.8.0=py37_0
- blas=1.0=mkl
- ca-certificates=2019.5.15=1
- certifi=2019.6.16=py37_1
- cudatoolkit=10.0.130=0
- cudnn=7.6.0=cuda10.0_0
- cycler=0.10.0=py37_0
- freetype=2.9.1=ha9979f8_1
- gast=0.2.2=py37_0
- grpcio=1.16.1=py37h351948d_1
- h5py=2.9.0=py37h5e291fa_0
- hdf5=1.10.4=h7ebc959_0
- icc_rt=2019.0.0=h0cc432a_1
- icu=58.2=ha66f8fd_1
- intel-openmp=2019.4=245
- jpeg=9b=hb83a4c4_2
- keras-applications=1.0.8=py_0
- keras-base=2.2.4=py37_0
- keras-gpu=2.2.4=0
- keras-preprocessing=1.1.0=py_1
- kiwisolver=1.1.0=py37ha925a31_0
- libpng=1.6.37=h2a8f88b_0
- libprotobuf=3.8.0=h7bd577a_0
- markdown=3.1.1=py37_0
- matplotlib=3.1.0=py37hc8f65d3_0
- mkl=2019.4=245
- mkl-service=2.0.2=py37he774522_0
- mkl_fft=1.0.12=py37h14836fe_0
- mkl_random=1.0.2=py37h343c172_0
- numpy=1.16.4=py37h19fb1c0_0
- numpy-base=1.16.4=py37hc3f5095_0
- openssl=1.1.1c=he774522_1
- pandas=0.24.2=py37ha925a31_0
- pip=19.1.1=py37_0
- protobuf=3.8.0=py37h33f27b4_0
- pyparsing=2.4.0=py_0
- pyqt=5.9.2=py37h6538335_2
- pyreadline=2.1=py37_1
- python=3.7.4=h5263a28_0
- python-dateutil=2.8.0=py37_0
- pytz=2019.1=py_0
- pyyaml=5.1.1=py37he774522_0
- qt=5.9.7=vc14h73c81de_0
- setuptools=41.0.1=py37_0
- sip=4.19.8=py37h6538335_0
- six=1.12.0=py37_0
- sqlite=3.29.0=he774522_0
- tensorboard=1.14.0=py37he3c9ec2_0
- tensorflow=1.14.0=gpu_py37h5512b17_0
- tensorflow-base=1.14.0=gpu_py37h55fc52a_0
- tensorflow-estimator=1.14.0=py_0
- tensorflow-gpu=1.14.0=h0d30ee6_0
- termcolor=1.1.0=py37_1
- tornado=6.0.3=py37he774522_0
- vc=14.1=h0510ff6_4
- vs2015_runtime=14.15.26706=h3a45250_4
- werkzeug=0.15.4=py_0
- wheel=0.33.4=py37_0
- wincertstore=0.2=py37_0
- wrapt=1.11.2=py37he774522_0
- yaml=0.1.7=hc54c509_2
- zlib=1.2.11=h62dcd97_3
- pip:
- attrs==19.1.0
- backcall==0.1.0
- bleach==3.1.0
- colorama==0.4.1
- decorator==4.4.0
- defusedxml==0.6.0
- entrypoints==0.3
- ipykernel==5.1.2
- ipython==7.7.0
- ipython-genutils==0.2.0
- ipywidgets==7.5.1
- jedi==0.15.1
- jinja2==2.10.1
- joblib==0.13.2
- jsonschema==3.0.2
- jupyter==1.0.0
- jupyter-client==5.3.1
- jupyter-console==6.0.0
- jupyter-core==4.5.0
- markupsafe==1.1.1
- mistune==0.8.4
- nbconvert==5.6.0
- nbformat==4.4.0
- notebook==6.0.0
- pandocfilters==1.4.2
- parso==0.5.1
- pickleshare==0.7.5
- pillow==6.1.0
- prometheus-client==0.7.1
- prompt-toolkit==2.0.9
- pygments==2.4.2
- pyrsistent==0.15.4
- pywinpty==0.5.5
- pyzmq==18.1.0
- qtconsole==4.5.3
- scikit-learn==0.21.3
- scipy==1.3.1
- send2trash==1.5.0
- terminado==0.8.2
- testpath==0.4.2
- traitlets==4.3.2
- wcwidth==0.1.7
- webencodings==0.5.1
- widgetsnbextension==3.5.1
prefix: D:\Users\tianyilt\Anaconda3\envs\DGA-detector