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

env_libraries.yml 7.7 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
  1. name: Project_2
  2. channels:
  3. - conda-forge
  4. - defaults
  5. dependencies:
  6. - aiohttp=3.7.4=py38h294d835_0
  7. - aiohttp-cors=0.7.0=py_0
  8. - aioredis=1.3.1=py_0
  9. - anyio=2.2.0=py38haa95532_1
  10. - argon2-cffi=20.1.0=py38h2bbff1b_1
  11. - async-timeout=3.0.1=py_1000
  12. - async_generator=1.10=pyhd3eb1b0_0
  13. - attrs=20.3.0=pyhd3eb1b0_0
  14. - babel=2.9.0=pyhd3eb1b0_0
  15. - backcall=0.2.0=pyhd3eb1b0_0
  16. - beautifulsoup4=4.9.3=pyhb0f4dca_0
  17. - blas=1.0=mkl
  18. - bleach=3.3.0=pyhd3eb1b0_0
  19. - bokeh=2.3.1=py38haa244fe_0
  20. - brotlipy=0.7.0=py38h2bbff1b_1003
  21. - ca-certificates=2020.12.5=h5b45459_0
  22. - cachetools=4.2.1=pyhd8ed1ab_0
  23. - certifi=2020.12.5=py38haa244fe_1
  24. - cffi=1.14.5=py38hcd4344a_0
  25. - chardet=4.0.0=py38haa95532_1003
  26. - click=7.1.2=pyh9f0ad1d_0
  27. - cloudpickle=1.6.0=py_0
  28. - colorama=0.4.4=pyhd3eb1b0_0
  29. - colorful=0.5.4=pyhd8ed1ab_0
  30. - cryptography=3.4.7=py38h71e12ea_0
  31. - cycler=0.10.0=py38_0
  32. - cytoolz=0.11.0=py38h294d835_3
  33. - dask=2021.4.0=pyhd3eb1b0_0
  34. - dask-core=2021.4.0=pyhd8ed1ab_0
  35. - decorator=5.0.6=pyhd3eb1b0_0
  36. - defusedxml=0.7.1=pyhd3eb1b0_0
  37. - distributed=2021.4.0=py38haa244fe_0
  38. - entrypoints=0.3=py38_0
  39. - filelock=3.0.12=pyh9f0ad1d_0
  40. - freetype=2.10.4=hd328e21_0
  41. - funcsigs=1.0.2=py_3
  42. - google-api-core=1.26.2=pyhd8ed1ab_0
  43. - google-auth=1.28.0=pyh44b312d_0
  44. - googleapis-common-protos=1.53.0=py38h5b57dd5_0
  45. - googlesearch=3.0.0=pyh9f0ad1d_0
  46. - heapdict=1.0.1=py_0
  47. - hiredis=1.1.0=py38h1e8a9f7_1
  48. - icc_rt=2019.0.0=h0cc432a_1
  49. - icu=58.2=ha925a31_3
  50. - idna=2.10=pyhd3eb1b0_0
  51. - imbalanced-learn=0.8.0=pyhd8ed1ab_0
  52. - importlib-metadata=3.10.0=py38haa95532_0
  53. - importlib_metadata=3.10.0=hd3eb1b0_0
  54. - intel-openmp=2020.2=254
  55. - ipykernel=5.3.4=py38h5ca1d4c_0
  56. - ipython=7.22.0=py38hd4e2768_0
  57. - ipython_genutils=0.2.0=pyhd3eb1b0_1
  58. - ipywidgets=7.6.3=pyhd3deb0d_0
  59. - jedi=0.17.0=py38_0
  60. - jinja2=2.11.3=pyhd3eb1b0_0
  61. - joblib=1.0.1=pyhd3eb1b0_0
  62. - jpeg=9b=hb83a4c4_2
  63. - json5=0.9.5=py_0
  64. - jsonschema=3.2.0=py_2
  65. - jupyter-packaging=0.7.12=pyhd3eb1b0_0
  66. - jupyter_client=6.1.12=pyhd3eb1b0_0
  67. - jupyter_core=4.7.1=py38haa95532_0
  68. - jupyter_server=1.4.1=py38haa95532_0
  69. - jupyterlab=3.0.11=pyhd3eb1b0_0
  70. - jupyterlab_pygments=0.1.2=py_0
  71. - jupyterlab_server=2.4.0=pyhd3eb1b0_0
  72. - jupyterlab_widgets=1.0.0=pyhd8ed1ab_1
  73. - kiwisolver=1.3.1=py38hd77b12b_0
  74. - libpng=1.6.37=h2a8f88b_0
  75. - libprotobuf=3.15.8=h7755175_0
  76. - libsodium=1.0.18=h62dcd97_0
  77. - libtiff=4.1.0=h56a325e_1
  78. - llvmlite=0.36.0=py38h57a6900_0
  79. - locket=0.2.0=py_2
  80. - lz4-c=1.9.3=h2bbff1b_0
  81. - m2w64-gcc-libgfortran=5.3.0=6
  82. - m2w64-gcc-libs=5.3.0=7
  83. - m2w64-gcc-libs-core=5.3.0=7
  84. - m2w64-gmp=6.1.0=2
  85. - m2w64-libwinpthread-git=5.0.0.4634.697f757=2
  86. - markupsafe=1.1.1=py38he774522_0
  87. - matplotlib=3.3.4=py38haa95532_0
  88. - matplotlib-base=3.3.4=py38h49ac443_0
  89. - mistune=0.8.4=py38he774522_1000
  90. - mkl=2020.2=256
  91. - mkl-service=2.3.0=py38h196d8e1_0
  92. - mkl_fft=1.3.0=py38h46781fe_0
  93. - mkl_random=1.1.1=py38h47e9c7a_0
  94. - modin=0.9.1=py38haa244fe_0
  95. - msgpack-python=1.0.2=py38hbd9d945_1
  96. - msys2-conda-epoch=20160418=1
  97. - multidict=5.1.0=py38h294d835_1
  98. - nbclassic=0.2.6=pyhd3eb1b0_0
  99. - nbclient=0.5.3=pyhd3eb1b0_0
  100. - nbconvert=6.0.7=py38_0
  101. - nbformat=5.1.3=pyhd3eb1b0_0
  102. - nest-asyncio=1.5.1=pyhd3eb1b0_0
  103. - notebook=6.3.0=py38haa95532_0
  104. - numba=0.53.1=py38hd0eb412_0
  105. - olefile=0.46=py_0
  106. - opencensus=0.7.12=pyh44b312d_0
  107. - opencensus-context=0.1.2=py38haa244fe_4
  108. - openssl=1.1.1k=h8ffe710_0
  109. - packaging=20.9=pyhd3eb1b0_0
  110. - pandas=1.2.3=py38hf11a4ad_0
  111. - pandoc=2.12=haa95532_0
  112. - pandocfilters=1.4.3=py38haa95532_1
  113. - parso=0.8.2=pyhd3eb1b0_0
  114. - partd=1.2.0=pyhd8ed1ab_0
  115. - pickleshare=0.7.5=pyhd3eb1b0_1003
  116. - pillow=8.2.0=py38h4fa10fc_0
  117. - pip=21.0.1=py38haa95532_0
  118. - prometheus_client=0.10.1=pyhd3eb1b0_0
  119. - prompt-toolkit=3.0.17=pyh06a4308_0
  120. - protobuf=3.15.8=py38h885f38d_0
  121. - psutil=5.8.0=py38h294d835_1
  122. - pyasn1=0.4.8=py_0
  123. - pyasn1-modules=0.2.7=py_0
  124. - pycparser=2.20=py_2
  125. - pygments=2.8.1=pyhd3eb1b0_0
  126. - pyopenssl=20.0.1=pyhd3eb1b0_1
  127. - pyparsing=2.4.7=pyhd3eb1b0_0
  128. - pyqt=5.9.2=py38ha925a31_4
  129. - pyrsistent=0.17.3=py38he774522_0
  130. - pysocks=1.7.1=py38haa95532_0
  131. - python=3.8.8=hdbf39b2_4
  132. - python-dateutil=2.8.1=pyhd3eb1b0_0
  133. - python_abi=3.8=1_cp38
  134. - pytz=2021.1=pyhd3eb1b0_0
  135. - pywin32=227=py38he774522_1
  136. - pywinpty=0.5.7=py38_0
  137. - pyzmq=20.0.0=py38hd77b12b_1
  138. - qt=5.9.7=vc14h73c81de_0
  139. - ray-core=1.1.0=py38h2281b67_0
  140. - redis-py=3.5.3=pyh9f0ad1d_0
  141. - requests=2.25.1=pyhd3eb1b0_0
  142. - rsa=4.7.2=pyh44b312d_0
  143. - scikit-learn=0.24.1=py38hf11a4ad_0
  144. - send2trash=1.5.0=pyhd3eb1b0_1
  145. - setproctitle=1.2.2=py38h294d835_0
  146. - setuptools=52.0.0=py38haa95532_0
  147. - sip=4.19.13=py38ha925a31_0
  148. - six=1.15.0=py38haa95532_0
  149. - sniffio=1.2.0=py38haa95532_1
  150. - sortedcontainers=2.3.0=pyhd8ed1ab_0
  151. - soupsieve=2.0.1=py_1
  152. - sqlite=3.35.4=h2bbff1b_0
  153. - swifter=1.0.7=py38haa244fe_0
  154. - tblib=1.7.0=pyhd8ed1ab_0
  155. - terminado=0.9.4=py38haa95532_0
  156. - testpath=0.4.4=pyhd3eb1b0_0
  157. - threadpoolctl=2.1.0=pyh5ca1d4c_0
  158. - tk=8.6.10=he774522_0
  159. - toolz=0.11.1=py_0
  160. - tornado=6.1=py38h2bbff1b_0
  161. - traitlets=5.0.5=pyhd3eb1b0_0
  162. - typing-extensions=3.7.4.3=0
  163. - typing_extensions=3.7.4.3=py_0
  164. - urllib3=1.26.4=pyhd3eb1b0_0
  165. - vc=14.2=h21ff451_1
  166. - vs2015_runtime=14.27.29016=h5e58377_2
  167. - wcwidth=0.2.5=py_0
  168. - webencodings=0.5.1=py38_1
  169. - wheel=0.36.2=pyhd3eb1b0_0
  170. - widgetsnbextension=3.5.1=py38haa244fe_4
  171. - win_inet_pton=1.1.0=py38haa95532_0
  172. - wincertstore=0.2=py38_0
  173. - winpty=0.4.3=4
  174. - xz=5.2.5=h62dcd97_0
  175. - yaml=0.2.5=he774522_0
  176. - yarl=1.6.3=py38h294d835_1
  177. - zeromq=4.3.3=ha925a31_3
  178. - zict=2.0.0=py_0
  179. - zipp=3.4.1=pyhd3eb1b0_0
  180. - zlib=1.2.11=h62dcd97_4
  181. - zstd=1.4.9=h19a0ad4_0
  182. - pip:
  183. - absl-py==0.12.0
  184. - appdirs==1.4.4
  185. - astunparse==1.6.3
  186. - atpublic==2.1.3
  187. - cachecontrol==0.12.6
  188. - cached-property==1.5.2
  189. - commonmark==0.9.1
  190. - configobj==5.0.6
  191. - cython==0.29.22
  192. - dagshub==0.1.6
  193. - dictdiffer==0.8.1
  194. - diskcache==5.2.1
  195. - distro==1.5.0
  196. - dpath==2.0.1
  197. - dulwich==0.20.21
  198. - dvc==2.0.13
  199. - flatbuffers==1.12
  200. - flatten-dict==0.3.0
  201. - flufl-lock==3.2
  202. - fsspec==0.8.7
  203. - ftfy==5.9
  204. - funcy==1.15
  205. - future==0.18.2
  206. - gast==0.3.3
  207. - gitdb==4.0.7
  208. - gitpython==3.1.14
  209. - google-auth-oauthlib==0.4.4
  210. - google-pasta==0.2.0
  211. - grandalf==0.6
  212. - grpcio==1.32.0
  213. - h5py==2.10.0
  214. - hdmedians==0.14.2
  215. - jsonpath-ng==1.5.2
  216. - keras-nightly==2.6.0.dev2021042500
  217. - keras-preprocessing==1.1.2
  218. - lockfile==0.12.2
  219. - mailchecker==4.0.6
  220. - markdown==3.3.4
  221. - nanotime==0.5.2
  222. - natsort==7.1.1
  223. - networkx==2.5
  224. - numpy==1.18.5
  225. - oauthlib==3.1.0
  226. - opt-einsum==3.3.0
  227. - pathlib2==2.3.5
  228. - pathspec==0.8.1
  229. - phonenumbers==8.12.20
  230. - ply==3.11
  231. - pyarrow==3.0.0
  232. - pydot==1.4.2
  233. - pygit2==1.5.0
  234. - pygtrie==2.3.2
  235. - python-benedict==0.23.2
  236. - python-fsutil==0.4.0
  237. - python-slugify==4.0.1
  238. - pyyaml==5.4.1
  239. - requests-oauthlib==1.3.0
  240. - rich==9.13.0
  241. - ruamel-yaml==0.17.2
  242. - ruamel-yaml-clib==0.2.2
  243. - scikit-bio==0.5.6
  244. - scikit-plot==0.3.7
  245. - scipy==1.4.1
  246. - shortuuid==1.0.1
  247. - shtab==1.3.5
  248. - smmap==4.0.0
  249. - tabulate==0.8.9
  250. - tb-nightly==2.5.0a20210419
  251. - tensorboard==2.5.0
  252. - tensorboard-data-server==0.6.0
  253. - tensorboard-plugin-wit==1.8.0
  254. - tensorflow==2.3.0
  255. - tensorflow-estimator==2.3.0
  256. - termcolor==1.1.0
  257. - text-unidecode==1.3
  258. - tf-estimator-nightly==2.5.0.dev2021032601
  259. - toml==0.10.2
  260. - tqdm==4.59.0
  261. - voluptuous==0.12.1
  262. - werkzeug==1.0.1
  263. - win-unicode-console==0.5
  264. - wrapt==1.12.1
  265. - xgboost==1.4.1
  266. - xmltodict==0.12.0
  267. - zc-lockfile==2.0
  268. prefix: C:\Users\Juan Diego\anaconda3\envs\Project_2
Tip!

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

Comments

Loading...