Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

conda_env.yml 5.0 KB

You have to be logged in to leave a comment. Sign In
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
  1. name: py36_open_source_dvc_dask_use_case
  2. channels:
  3. - defaults
  4. - conda-forge
  5. dependencies:
  6. - blas=1.0=mkl
  7. - bokeh=1.1.0=py36_0
  8. - ca-certificates=2019.1.23=0
  9. - certifi=2019.3.9=py36_0
  10. - cloudpickle=0.8.1=py_0
  11. - cytoolz=0.9.0.1=py36h14c3975_1
  12. - dask=1.2.0=py_0
  13. - dask-core=1.2.0=py_0
  14. - distributed=1.27.0=py36_0
  15. - freetype=2.9.1=h8a8886c_1
  16. - heapdict=1.0.0=py36_2
  17. - intel-openmp=2019.3=199
  18. - jinja2=2.10.1=py36_0
  19. - jpeg=9b=h024ee3a_2
  20. - libedit=3.1.20181209=hc058e9b_0
  21. - libffi=3.2.1=hd88cf55_4
  22. - libgcc-ng=8.2.0=hdf63c60_1
  23. - libgfortran-ng=7.3.0=hdf63c60_0
  24. - libpng=1.6.37=hbc83047_0
  25. - libstdcxx-ng=8.2.0=hdf63c60_1
  26. - libtiff=4.0.10=h2733197_2
  27. - locket=0.2.0=py36_1
  28. - markupsafe=1.1.1=py36h7b6447c_0
  29. - mkl=2019.3=199
  30. - mkl_fft=1.0.10=py36ha843d7b_0
  31. - mkl_random=1.0.2=py36hd81dba3_0
  32. - msgpack-python=0.6.1=py36hfd86e86_1
  33. - ncurses=6.1=he6710b0_1
  34. - numpy-base=1.16.3=py36hde5b4d6_0
  35. - olefile=0.46=py36_0
  36. - openssl=1.1.1b=h7b6447c_1
  37. - packaging=19.0=py36_0
  38. - pandas=0.24.2=py36he6710b0_0
  39. - partd=0.3.10=py36_1
  40. - pip=19.0.3=py36_0
  41. - psutil=5.6.1=py36h7b6447c_0
  42. - python=3.6.8=h0371630_0
  43. - python-dateutil=2.8.0=py36_0
  44. - readline=7.0=h7b6447c_5
  45. - scikit-learn=0.20.3=py36hd81dba3_0
  46. - setuptools=40.8.0=py36_0
  47. - sortedcontainers=2.1.0=py36_0
  48. - sqlite=3.27.2=h7b6447c_0
  49. - tblib=1.3.2=py36_0
  50. - tk=8.6.8=hbc83047_0
  51. - toolz=0.9.0=py36_0
  52. - tornado=6.0.2=py36h7b6447c_0
  53. - wheel=0.33.1=py36_0
  54. - xz=5.2.4=h14c3975_4
  55. - yaml=0.1.7=had09818_2
  56. - zict=0.1.4=py36_0
  57. - zlib=1.2.11=h7b6447c_3
  58. - zstd=1.3.7=h0b5b093_0
  59. - pip:
  60. - altgraph==0.16.1
  61. - apipkg==1.5
  62. - appdirs==1.4.3
  63. - argparse==1.4.0
  64. - asciimatics==1.10.0
  65. - asn1crypto==0.24.0
  66. - aspy-yaml==1.2.0
  67. - atomicwrites==1.3.0
  68. - attrs==19.1.0
  69. - awscli==1.16.125
  70. - azure-common==1.1.18
  71. - azure-nspkg==3.0.2
  72. - azure-storage-blob==1.3.0
  73. - azure-storage-common==1.3.0
  74. - azure-storage-nspkg==3.1.0
  75. - bcrypt==3.1.6
  76. - black==19.3b0
  77. - boto==2.49.0
  78. - boto3==1.9.115
  79. - botocore==1.12.115
  80. - cachetools==3.1.0
  81. - cffi==1.12.2
  82. - cfgv==1.5.0
  83. - chardet==3.0.4
  84. - click==7.0
  85. - codecov==2.0.15
  86. - collective-checkdocs==0.2
  87. - colorama==0.3.9
  88. - configobj==5.0.6
  89. - configparser==3.7.3
  90. - contextlib2==0.5.5
  91. - coverage==4.5.3
  92. - cryptography==2.6.1
  93. - cycler==0.10.0
  94. - databricks-cli==0.8.6
  95. - decorator==4.4.0
  96. - distro==1.4.0
  97. - docker==3.7.2
  98. - docker-pycreds==0.4.0
  99. - docutils==0.14
  100. - dulwich==0.19.11
  101. - entrypoints==0.3
  102. - execnet==1.6.0
  103. - flake8==3.7.7
  104. - flake8-docstrings==1.3.0
  105. - flake8-polyfill==1.0.2
  106. - flaky==3.5.3
  107. - flask==1.0.2
  108. - future==0.17.1
  109. - gitdb2==2.0.5
  110. - gitpython==2.1.11
  111. - google-api-core==1.8.1
  112. - google-auth==1.6.3
  113. - google-cloud-core==0.28.1
  114. - google-cloud-storage==1.13.0
  115. - google-compute-engine==2.8.13
  116. - google-resumable-media==0.3.2
  117. - googleapis-common-protos==1.5.8
  118. - grandalf==0.6
  119. - gunicorn==19.9.0
  120. - humanize==0.5.1
  121. - identify==1.4.0
  122. - idna==2.8
  123. - importlib-metadata==0.8
  124. - importlib-resources==1.0.2
  125. - inflect==2.1.0
  126. - itsdangerous==1.1.0
  127. - jaraco-classes==2.0
  128. - jaraco-collections==2.0
  129. - jaraco-functools==2.0
  130. - jaraco-structures==2.0
  131. - jaraco-text==3.0
  132. - jaraco-ui==2.0.1
  133. - jaraco-windows==3.9.2
  134. - jmespath==0.9.4
  135. - jsonpath-rw==1.4.0
  136. - kiwisolver==1.1.0
  137. - macholib==1.11
  138. - matplotlib==3.0.3
  139. - mccabe==0.6.1
  140. - mleap==0.8.1
  141. - mlflow==0.9.1
  142. - mock==2.0.0
  143. - mock-ssh-server==0.5.0
  144. - more-itertools==6.0.0
  145. - nanotime==0.5.2
  146. - networkx==2.2
  147. - nodeenv==1.3.3
  148. - nose==1.3.7
  149. - nose-exclude==0.5.0
  150. - numpy==1.16.3
  151. - paramiko==2.4.2
  152. - path-py==12.0.1
  153. - pbr==5.1.3
  154. - pefile==2018.8.8
  155. - pillow==5.4.1
  156. - pluggy==0.9.0
  157. - ply==3.11
  158. - pre-commit==1.14.4
  159. - protobuf==3.7.0
  160. - py==1.8.0
  161. - pyasn1==0.4.5
  162. - pyasn1-modules==0.2.4
  163. - pycodestyle==2.5.0
  164. - pycparser==2.19
  165. - pydocstyle==3.0.0
  166. - pydot==1.4.1
  167. - pyfiglet==0.8.post1
  168. - pyflakes==2.1.1
  169. - pygments==2.3.1
  170. - pyinstaller==3.3.1
  171. - pynacl==1.3.0
  172. - pyparsing==2.3.1
  173. - pytest==4.4.1
  174. - pytest-cov==2.6.1
  175. - pytest-forked==1.0.2
  176. - pytest-mock==1.10.4
  177. - pytest-timeout==1.3.3
  178. - pytest-xdist==1.28.0
  179. - pytz==2018.9
  180. - pyyaml==3.13
  181. - querystring-parser==1.2.3
  182. - requests==2.21.0
  183. - rsa==3.4.2
  184. - ruamel-yaml==0.15.91
  185. - s3transfer==0.2.0
  186. - schema==0.7.0
  187. - scipy==1.2.1
  188. - simplejson==3.16.0
  189. - six==1.12.0
  190. - smmap2==2.0.5
  191. - snowballstemmer==1.2.1
  192. - sqlparse==0.3.0
  193. - tabulate==0.8.3
  194. - toml==0.10.0
  195. - treelib==1.5.5
  196. - urllib3==1.24.1
  197. - virtualenv==16.4.3
  198. - wcwidth==0.1.7
  199. - websocket-client==0.56.0
  200. - werkzeug==0.15.2
  201. - xmltodict==0.12.0
  202. - zc-lockfile==1.4
  203. - zipp==0.3.3
  204. prefix: /home/ubuntu_FOGH/anaconda3/envs/py36_open_source_dvc_dask_use_case
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...