File size: 56,042 Bytes
d6fa991
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
��absl-py==2.0.0

aiofiles==23.1.0

aiohttp==3.8.4

aiosignal==1.3.1

akkio==1.0.5

alabaster @ file:///home/ktietz/src/ci/alabaster_1611921544520/work

alembic==1.10.3

altair @ file:///home/conda/feedstock_root/build_artifacts/altair_1675180856922/work

anaconda-client==1.11.0

anaconda-navigator==2.4.0

anaconda-project @ file:///C:/Windows/TEMP/abs_91fu4tfkih/croots/recipe/anaconda-project_1660339890874/work

ansi2html==1.8.0

anyio @ file:///C:/ci/anyio_1644481921011/work/dist

appdirs==1.4.4

archspec @ file:///croot/archspec_1709217642129/work

argon2-cffi @ file:///opt/conda/conda-bld/argon2-cffi_1645000214183/work

argon2-cffi-bindings @ file:///C:/ci/argon2-cffi-bindings_1644551690056/work

arrow @ file:///C:/b/abs_cal7u12ktb/croot/arrow_1676588147908/work

astroid @ file:///C:/Windows/TEMP/abs_b0dtxgpicv/croots/recipe/astroid_1659023126745/work

astropy @ file:///C:/ci/astropy_1657719656942/work

astunparse==1.6.3

async-timeout==4.0.2

atomicwrites==1.4.0

attrs @ file:///C:/b/abs_35n0jusce8/croot/attrs_1695717880170/work

Automat @ file:///tmp/build/80754af9/automat_1600298431173/work

autopep8 @ file:///opt/conda/conda-bld/autopep8_1650463822033/work

autoviz==0.1.601

Babel @ file:///C:/b/abs_a2shv_3tqi/croot/babel_1671782804377/work

backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work

backports.functools-lru-cache @ file:///tmp/build/80754af9/backports.functools_lru_cache_1618170165463/work

backports.tempfile @ file:///home/linux1/recipes/ci/backports.tempfile_1610991236607/work

backports.weakref==1.0.post1

bcrypt @ file:///C:/Windows/Temp/abs_36kl66t_aw/croots/recipe/bcrypt_1659554334050/work

beautifulsoup4 @ file:///C:/b/abs_0agyz1wsr4/croot/beautifulsoup4-split_1681493048687/work

binaryornot @ file:///tmp/build/80754af9/binaryornot_1617751525010/work

bitarray @ file:///C:/ci/bitarray_1657729621682/work

bkcharts==0.2

black==23.12.1

bleach @ file:///opt/conda/conda-bld/bleach_1641577558959/work

blinker==1.5

bokeh @ file:///C:/Windows/TEMP/abs_4a259bc2-ed05-4a1f-808e-ac712cc0900cddqp8sp7/croots/recipe/bokeh_1658136660686/work

boltons @ file:///C:/b/abs_707eo7c09t/croot/boltons_1677628723117/work

boto3==1.26.118

botocore==1.29.118

Bottleneck @ file:///C:/Windows/Temp/abs_3198ca53-903d-42fd-87b4-03e6d03a8381yfwsuve8/croots/recipe/bottleneck_1657175565403/work

Brotli @ file:///C:/b/abs_3d36mno480/croot/brotli-split_1714483178642/work

brotlipy==0.7.0

cachetools @ file:///C:/b/abs_792zbtc0ua/croot/cachetools_1713977157919/work

category-encoders==2.6.0

certifi @ file:///C:/b/abs_35d7n66oz9/croot/certifi_1707229248467/work/certifi

cffi @ file:///C:/b/abs_78eb1_vq6z/croot/cffi_1714483206096/work

chardet @ file:///C:/ci/chardet_1607706937985/work

charset-normalizer @ file:///tmp/build/80754af9/charset-normalizer_1630003229654/work

click @ file:///C:/b/abs_f9ihnt72pu/croot/click_1698129847492/work

cloudpickle @ file:///C:/b/abs_3796yxesic/croot/cloudpickle_1683040098851/work

clyent==1.2.2

cmaes==0.9.1

colorama @ file:///C:/b/abs_a9ozq0l032/croot/colorama_1672387194846/work

colorcet @ file:///C:/b/abs_7ep0mfawez/croot/colorcet_1709758405232/work

colorlog==6.7.0

colour==0.1.5

comtypes==1.1.10

conda @ file:///C:/b/abs_f3egtzumcq/croot/conda_1715635886039/work

conda-build @ file:///C:/b/abs_85st9w283e/croot/conda-build_1716991354861/work

conda-content-trust @ file:///C:/b/abs_bdfatn_wzf/croot/conda-content-trust_1714483201909/work

conda-libmamba-solver @ file:///croot/conda-libmamba-solver_1706733287605/work/src

conda-pack @ file:///C:/b/abs_0cu91sbau5/croot/conda-pack_1710258097566/work

conda-package-handling @ file:///C:/b/abs_c947mvj0ud/croot/conda-package-handling_1714483208935/work

conda-repo-cli==1.0.41

conda-token @ file:///Users/paulyim/miniconda3/envs/c3i/conda-bld/conda-token_1662660369760/work

conda-verify==3.4.2

conda_index @ file:///croot/conda-index_1706633791028/work

conda_package_streaming @ file:///C:/b/abs_6c28n38aaj/croot/conda-package-streaming_1690988019210/work

constantly @ file:///C:/b/abs_cbuavw4443/croot/constantly_1703165617403/work

cookiecutter @ file:///opt/conda/conda-bld/cookiecutter_1649151442564/work

cryptography @ file:///C:/b/abs_97lgskwerx/croot/cryptography_1714664736250/work

cssselect @ file:///C:/b/abs_71gnjab7b0/croot/cssselect_1707339955530/work

cycler @ file:///tmp/build/80754af9/cycler_1637851556182/work

Cython @ file:///C:/b/abs_0cejxzwwya/croot/cython_1712282867708/work

cytoolz @ file:///C:/b/abs_d43s8lnb60/croot/cytoolz_1701723636699/work

daal4py==2021.6.0

dash==2.9.3

dash-auth==2.0.0

dash-bootstrap-components==1.4.1

dash-core-components==2.0.0

dash-cytoscape==0.3.0

dash-html-components==2.0.0

dash-table==5.0.0

dask @ file:///C:/ci/dask-core_1658515307198/work

databind==4.5.1

databind.core==4.5.1

databind.json==4.5.1

databricks-cli==0.17.6

dataclasses-json==0.6.6

datarobot==3.4.0

datashader @ file:///C:/Windows/TEMP/abs_62cyd2dpuf/croots/recipe/datashader_1659349034750/work

datashape==0.5.4

debugpy @ file:///C:/b/abs_c0y1fjipt2/croot/debugpy_1690906864587/work

decorator @ file:///opt/conda/conda-bld/decorator_1643638310831/work

deepchecks==0.13.1

defusedxml @ file:///tmp/build/80754af9/defusedxml_1615228127516/work

Deprecated==1.2.13

deprecation==2.1.0

diff-match-patch @ file:///Users/ktietz/demo/mc3/conda-bld/diff-match-patch_1630511840874/work

dill==0.3.6

distributed @ file:///C:/ci/distributed_1658505715201/work

distro @ file:///C:/b/abs_71xr36ua5r/croot/distro_1714488282676/work

docker==6.0.1

docopt==0.6.2

docspec==2.2.1

docspec-python==2.2.1

docstring_parser==0.11

docutils @ file:///C:/Windows/TEMP/abs_24e5e278-4d1c-47eb-97b9-f761d871f482dy2vg450/croots/recipe/docutils_1657175444608/work

dtreeviz==2.2.1

emoji==2.2.0

entrypoints @ file:///C:/ci/entrypoints_1649926621128/work

ephem==4.1.3

et-xmlfile==1.1.0

evidently==0.3.0

explainerdashboard==0.4.2.1

fairlearn==0.7.0

fastapi==0.95.1

fastjsonschema @ file:///C:/Users/BUILDE~1/AppData/Local/Temp/abs_ebruxzvd08/croots/recipe/python-fastjsonschema_1661376484940/work

ffmpy==0.3.0

filelock @ file:///C:/b/abs_f2gie28u58/croot/filelock_1700591233643/work

flake8 @ file:///opt/conda/conda-bld/flake8_1648129545443/work

Flask @ file:///home/ktietz/src/ci/flask_1611932660458/work

flask-simplelogin==0.1.1

Flask-WTF==0.15.1

flatbuffers==23.5.26

fonttools @ file:///C:/b/abs_f47gnfqnx0/croot/fonttools_1713551644747/work

frozendict @ file:///C:/b/abs_2alamqss6p/croot/frozendict_1713194885124/work

frozenlist==1.3.3

fsspec @ file:///C:/b/abs_d5jzmndkba/croot/fsspec_1714461594761/work

future @ file:///C:/b/abs_3dcibf18zi/croot/future_1677599891380/work

gast==0.5.4

gensim @ file:///C:/ci/gensim_1646825438310/work

gevent==22.10.2

gitdb @ file:///tmp/build/80754af9/gitdb_1617117951232/work

GitPython @ file:///C:/b/abs_e1lwow9h41/croot/gitpython_1696937027832/work

glob2 @ file:///home/linux1/recipes/ci/glob2_1610991677669/work

gmpy2 @ file:///C:/ci/gmpy2_1645455782955/work

google-auth==2.23.4

google-auth-oauthlib==1.0.0

google-pasta==0.2.0

gradio==3.27.0

gradio_client==0.1.3

graphviz==0.20.1

greenlet==2.0.2

groq==0.8.0

grpcio==1.59.2

h11==0.14.0

h5py @ file:///C:/ci/h5py_1659089875384/work

HeapDict @ file:///Users/ktietz/demo/mc3/conda-bld/heapdict_1630598515714/work

holoviews @ file:///C:/Windows/TEMP/abs_fb9d2988-9681-46b6-b9ab-190cfecd15d7uinyq_4z/croots/recipe/holoviews_1658171511842/work

htmlmin==0.1.12

httpcore==1.0.5

httpx==0.27.0

huggingface-hub @ file:///home/conda/feedstock_root/build_artifacts/huggingface_hub_1681153468624/work

hvplot @ file:///C:/Windows/TEMP/abs_02zoq6lck3/croots/recipe/hvplot_1659026502064/work

hyperlink @ file:///tmp/build/80754af9/hyperlink_1610130746837/work

idna @ file:///C:/b/abs_aad84bnnw5/croot/idna_1714398896795/work

imagecodecs @ file:///C:/b/abs_948ub5byiu/croots/recipe/imagecodecs_1664562381493/work

ImageHash==4.3.1

imageio @ file:///C:/Windows/TEMP/abs_24c1b783-7540-4ca9-a1b1-0e8aa8e6ae64hb79ssux/croots/recipe/imageio_1658785038775/work

imagesize @ file:///C:/Windows/TEMP/abs_3cecd249-3fc4-4bfc-b80b-bb227b0d701en12vqzot/croots/recipe/imagesize_1657179501304/work

imbalanced-learn @ file:///home/conda/feedstock_root/build_artifacts/imbalanced-learn_1672235740107/work

importlib-metadata @ file:///C:/ci/importlib-metadata_1648562621412/work

incremental @ file:///croot/incremental_1708639938299/work

inflection==0.5.1

iniconfig @ file:///home/linux1/recipes/ci/iniconfig_1610983019677/work

intake @ file:///opt/conda/conda-bld/intake_1647436631684/work

interpret==0.3.2

interpret-core==0.3.2

intervaltree @ file:///Users/ktietz/demo/mc3/conda-bld/intervaltree_1630511889664/work

ipykernel @ file:///C:/b/abs_21ykzkm7y_/croots/recipe/ipykernel_1662361803478/work

ipython @ file:///C:/Windows/TEMP/abs_45b5zb1l7q/croots/recipe/ipython_1659529855872/work

ipython-genutils @ file:///tmp/build/80754af9/ipython_genutils_1606773439826/work

ipywidgets @ file:///tmp/build/80754af9/ipywidgets_1634143127070/work

isort @ file:///tmp/build/80754af9/isort_1628603791788/work

itemadapter @ file:///tmp/build/80754af9/itemadapter_1626442940632/work

itemloaders @ file:///C:/b/abs_5e3azgv25z/croot/itemloaders_1708639993442/work

itsdangerous @ file:///C:/b/abs_c4vwgdr5yn/croot/itsdangerous_1716533399914/work

jdcal @ file:///Users/ktietz/demo/mc3/conda-bld/jdcal_1630584345063/work

jedi @ file:///C:/ci/jedi_1644315428289/work

jellyfish @ file:///C:/b/abs_50kgvtnrbj/croot/jellyfish_1695193564091/work

Jinja2 @ file:///C:/b/abs_92fccttino/croot/jinja2_1716993447201/work

jinja2-time @ file:///opt/conda/conda-bld/jinja2-time_1649251842261/work

jmespath @ file:///C:/b/abs_59jpuaows7/croot/jmespath_1700144635019/work

joblib==1.2.0

json5 @ file:///tmp/build/80754af9/json5_1624432770122/work

jsonpatch @ file:///C:/b/abs_4fdm88t7zi/croot/jsonpatch_1714483974578/work

jsonpickle==3.0.1

jsonpointer==2.1

jsonschema @ file:///C:/b/abs_d1c4sm8drk/croot/jsonschema_1699041668863/work

jsonschema-specifications @ file:///C:/b/abs_0brvm6vryw/croot/jsonschema-specifications_1699032417323/work

jupyter @ file:///C:/Windows/TEMP/abs_56xfdi__li/croots/recipe/jupyter_1659349053177/work

jupyter-console @ file:///opt/conda/conda-bld/jupyter_console_1647002188872/work

jupyter-dash==0.4.2

jupyter-server @ file:///C:/Windows/TEMP/abs_d3c42c59-765d-4f9b-9fa3-ad5b1369485611i_yual/croots/recipe/jupyter_server_1658754493238/work

jupyter_client @ file:///C:/ci/jupyter_client_1661836943389/work

jupyter_core @ file:///C:/b/abs_a9330r1z_i/croots/recipe/jupyter_core_1664917313457/work

jupyterlab @ file:///C:/ci/jupyterlab_1658891142428/work

jupyterlab-pygments @ file:///C:/b/abs_90gcngw1hg/croot/jupyterlab_pygments_1700168630077/work

jupyterlab-server @ file:///opt/conda/conda-bld/jupyterlab_server_1644500396812/work

jupyterlab-widgets @ file:///C:/b/abs_62picw9xos/croot/jupyterlab_widgets_1709323131962/work

kaleido==0.2.1

keras==2.14.0

keyring @ file:///C:/ci/keyring_1638531673471/work

kiwisolver @ file:///C:/b/abs_88mdhvtahm/croot/kiwisolver_1672387921783/work

korean-lunar-calendar==0.3.1

langchain==0.2.1

langchain-community==0.2.1

langchain-core==0.2.1

langchain-groq==0.1.4

langchain-text-splitters==0.2.0

langsmith==0.1.63

lazy-object-proxy @ file:///C:/b/abs_19td_nzb6n/croot/lazy-object-proxy_1712908735070/work

libarchive-c @ file:///tmp/build/80754af9/python-libarchive-c_1617780486945/work

libclang==16.0.6

libmambapy @ file:///C:/b/abs_89suv9zwkz/croot/mamba-split_1714484512428/work/libmambapy

lightgbm==3.3.5

lime==0.2.0.1

linkify-it-py==2.0.0

llvmlite @ file:///C:/b/abs_da15r8vkf8/croot/llvmlite_1706910779994/work

lmdb @ file:///C:/b/abs_556ronuvb2/croot/python-lmdb_1682522366268/work

locket @ file:///C:/ci/locket_1652904031364/work

lxml @ file:///C:/b/abs_0byi7jajph/croot/lxml_1715289521201/work

lz4 @ file:///C:/b/abs_064u6aszy3/croot/lz4_1686057967376/work

m2cgen==0.10.0

Mako==1.2.4

Markdown @ file:///C:/ci/markdown_1614364082838/work

markdown-it-py @ file:///C:/b/abs_a5bfngz6fu/croot/markdown-it-py_1684279915556/work

MarkupSafe @ file:///C:/b/abs_ecfdqh67b_/croot/markupsafe_1704206030535/work

marshmallow==3.21.2

matplotlib @ file:///C:/ci/matplotlib-suite_1660169687702/work

matplotlib-inline @ file:///C:/ci/matplotlib-inline_1661915841596/work

mccabe==0.6.1

mdit-py-plugins==0.3.3

mdurl @ file:///C:/Windows/TEMP/abs_3197pzpjbi/croots/recipe/mdurl_1659716032440/work

menuinst @ file:///C:/b/abs_4cmb2i_kqd/croot/menuinst_1716404409819/work

mistune @ file:///C:/ci/mistune_1607359457024/work

mkl-fft==1.3.1

mkl-random @ file:///C:/ci/mkl_random_1626186184308/work

mkl-service==2.4.0

ml-dtypes==0.2.0

mlflow==1.30.1

mock @ file:///tmp/build/80754af9/mock_1607622725907/work

more-itertools @ file:///C:/b/abs_36p38zj5jx/croot/more-itertools_1700662194485/work

mpmath @ file:///C:/b/abs_7833jrbiox/croot/mpmath_1690848321154/work

msgpack @ file:///C:/ci/msgpack-python_1652329316214/work

multidict==6.0.4

multimethod==1.9.1

multipledispatch @ file:///C:/ci/multipledispatch_1607574329826/work

multiprocess==0.70.14

munkres==1.1.4

mypy-extensions @ file:///C:/b/abs_8f7xiidjya/croot/mypy_extensions_1695131051147/work

mysql-connector-python==8.0.28

navigator-updater==0.3.0

nbclassic @ file:///opt/conda/conda-bld/nbclassic_1644943264176/work

nbclient @ file:///C:/ci/nbclient_1650290387259/work

nbconvert @ file:///C:/ci/nbconvert_1649741016669/work

nbformat @ file:///C:/b/abs_1dw90o2uqb/croots/recipe/nbformat_1663744957967/work

nest-asyncio @ file:///C:/b/abs_65d6lblmoi/croot/nest-asyncio_1708532721305/work

networkx @ file:///C:/b/abs_e6gi1go5op/croot/networkx_1690562046966/work

nltk @ file:///opt/conda/conda-bld/nltk_1645628263994/work

nose @ file:///opt/conda/conda-bld/nose_1642704612149/work

notebook @ file:///C:/Windows/TEMP/abs_79abr1_60s/croots/recipe/notebook_1659083661851/work

nr-date==2.1.0

nr-stream==1.1.5

nr.util==0.8.12

numba @ file:///C:/ci/numba_1650394399948/work

numexpr @ file:///C:/Windows/Temp/abs_e2036a32-9fe9-47f3-a04c-dbb1c232ba4b334exiur/croots/recipe/numexpr_1656940304835/work

numpy @ file:///C:/b/abs_54abayvc9j/croot/numpy_and_numpy_base_1682520598361/work

numpydoc @ file:///C:/Windows/TEMP/abs_30799058-86dd-4401-b621-d172137a4d87_ra3twm7/croots/recipe/numpydoc_1657529873713/work

oauthlib==3.2.2

olefile @ file:///Users/ktietz/demo/mc3/conda-bld/olefile_1629805411829/work

ollama==0.2.0

openpyxl @ file:///C:/b/abs_764brjadj1/croot/openpyxl_1714158895873/work

opt-einsum==3.3.0

optuna==3.1.1

orjson==3.10.3

oyaml==1.0

packaging @ file:///C:/b/abs_cc1h2xfosn/croot/packaging_1710807447479/work

pandas @ file:///C:/b/abs_cdcgk91igc/croots/recipe/pandas_1663772960432/work

pandas-profiling==3.6.6

pandocfilters @ file:///opt/conda/conda-bld/pandocfilters_1643405455980/work

panel @ file:///C:/ci/panel_1657899702145/work

param @ file:///C:/b/abs_f5xzp6ism6/croot/param_1684915326009/work

paramiko @ file:///opt/conda/conda-bld/paramiko_1640109032755/work

parsel @ file:///C:/b/abs_ebc3tzm_c4/croot/parsel_1707503517596/work

parso @ file:///opt/conda/conda-bld/parso_1641458642106/work

partd @ file:///C:/b/abs_46awex0fd7/croot/partd_1698702622970/work

pathlib @ file:///Users/ktietz/demo/mc3/conda-bld/pathlib_1629713961906/work

pathspec @ file:///C:/b/abs_9cu5_2yb3i/croot/pathspec_1674681579249/work

patsy==0.5.2

pep8==1.7.1

pexpect @ file:///tmp/build/80754af9/pexpect_1605563209008/work

phik==0.12.3

pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work

pillow @ file:///C:/b/abs_95ls_qh4c2/croot/pillow_1714398870615/work

pipreqs==0.4.13

pkginfo @ file:///C:/b/abs_bciypal17m/croot/pkginfo_1715696027839/work

platformdirs @ file:///C:/b/abs_b6z_yqw_ii/croot/platformdirs_1692205479426/work

plotly==5.14.1

plotly-resampler==0.8.3.2

pluggy @ file:///C:/ci/pluggy_1648024580010/work

ply==3.11

pmdarima==2.0.3

poyo @ file:///tmp/build/80754af9/poyo_1617751526755/work

prometheus-client @ file:///C:/Windows/TEMP/abs_ab9nx8qb08/croots/recipe/prometheus_client_1659455104602/work

prometheus-flask-exporter==0.22.3

prompt-toolkit @ file:///C:/b/abs_68uwr58ed1/croot/prompt-toolkit_1704404394082/work

Protego @ file:///tmp/build/80754af9/protego_1598657180827/work

protobuf==3.20.3

psutil @ file:///C:/Windows/Temp/abs_b2c2fd7f-9fd5-4756-95ea-8aed74d0039flsd9qufz/croots/recipe/psutil_1656431277748/work

ptyprocess @ file:///tmp/build/80754af9/ptyprocess_1609355006118/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl

py @ file:///opt/conda/conda-bld/py_1644396412707/work

pyamg==5.0.0

pyarrow==11.0.0

pyasn1 @ file:///Users/ktietz/demo/mc3/conda-bld/pyasn1_1629708007385/work

pyasn1-modules==0.2.8

PyAudio==0.2.14

pycaret==3.0.0

pycodestyle @ file:///tmp/build/80754af9/pycodestyle_1636635402688/work

pycosat @ file:///C:/b/abs_5csdern___/croot/pycosat_1714513102923/work

pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work

pyct @ file:///C:/b/abs_92z17k7ig2/croot/pyct_1675450330889/work

pycurl==7.45.2

pydantic==1.10.7

pydeck @ file:///C:/Windows/TEMP/abs_d25851b0-2795-4554-8068-f12d67b4bbaepda393r7/croots/recipe/pydeck_1657894563802/work

PyDispatcher==2.0.5

pydoc-markdown==4.8.2

pydocstyle @ file:///C:/b/abs_6dz687_5i3/croot/pydocstyle_1675221688656/work

pydub==0.25.1

pyerfa @ file:///C:/ci/pyerfa_1621560974055/work

pyflakes @ file:///tmp/build/80754af9/pyflakes_1636644436481/work

Pygments==2.14.0

PyHamcrest @ file:///tmp/build/80754af9/pyhamcrest_1615748656804/work

PyJWT @ file:///C:/b/abs_04qhgo75wz/croot/pyjwt_1715095119685/work

pylint @ file:///C:/Windows/TEMP/abs_518eqlbmoo/croots/recipe/pylint_1659110354241/work

pyls-spyder==0.4.0

PyMeeus==0.5.12

Pympler @ file:///tmp/build/80754af9/pympler_1602785470644/work

PyNaCl @ file:///C:/Windows/Temp/abs_d5c3ajcm87/croots/recipe/pynacl_1659620667490/work

pynndescent==0.5.10

PyNomaly==0.3.3

pyod==1.0.9

pyodbc @ file:///C:/b/abs_90kly0uuwz/croot/pyodbc_1705431396548/work

pyOpenSSL @ file:///C:/b/abs_baj0aupznq/croot/pyopenssl_1708380486701/work

pyparsing @ file:///C:/Users/BUILDE~1/AppData/Local/Temp/abs_7f_7lba6rl/croots/recipe/pyparsing_1661452540662/work

PyQt5==5.15.10

PyQt5-sip @ file:///C:/b/abs_c0pi2mimq3/croot/pyqt-split_1698769125270/work/pyqt_sip

pyrsistent @ file:///C:/ci/pyrsistent_1636093225342/work

PySocks @ file:///C:/ci/pysocks_1605307512533/work

pytest==7.1.2

python-dateutil @ file:///C:/b/abs_3au_koqnbs/croot/python-dateutil_1716495777160/work

python-dotenv==1.0.0

python-lsp-black @ file:///tmp/build/80754af9/python-lsp-black_1634232156041/work

python-lsp-jsonrpc @ file:///croot/python-lsp-jsonrpc_1708962872556/work

python-lsp-server @ file:///tmp/build/80754af9/python-lsp-server_1648176833691/work

python-multipart==0.0.6

python-slugify @ file:///tmp/build/80754af9/python-slugify_1620405669636/work

python-snappy @ file:///C:/b/abs_61b1fmzxcn/croot/python-snappy_1670943932513/work

python-utils==3.5.2

pytoolconfig @ file:///C:/b/abs_f2j_xsvrpn/croot/pytoolconfig_1701728751207/work

pytz @ file:///C:/b/abs_6ap4tsz1ox/croot/pytz_1713974360290/work

pytz-deprecation-shim @ file:///D:/bld/pytz-deprecation-shim_1666782108014/work

pyviz-comms @ file:///tmp/build/80754af9/pyviz_comms_1623747165329/work

PyWavelets @ file:///C:/ci/pywavelets_1648728084106/work

pywin32==305.1

pywin32-ctypes @ file:///C:/b/abs_2cfx5l4nvi/croot/pywin32-ctypes_1709340246092/work

pywinpty @ file:///C:/b/abs_73vshmevwq/croot/pywinpty_1677609966356/work/target/wheels/pywinpty-2.0.10-cp39-none-win_amd64.whl

PyYAML @ file:///C:/b/abs_782o3mbw7z/croot/pyyaml_1698096085010/work

pyzmq @ file:///C:/b/abs_89aq69t0up/croot/pyzmq_1705605705281/work

QDarkStyle @ file:///tmp/build/80754af9/qdarkstyle_1617386714626/work

qstylizer @ file:///C:/b/abs_ef86cgllby/croot/qstylizer_1674008538857/work/dist/qstylizer-0.2.2-py2.py3-none-any.whl

QtAwesome @ file:///tmp/build/80754af9/qtawesome_1637160816833/work

qtconsole @ file:///opt/conda/conda-bld/qtconsole_1643819126524/work

QtPy @ file:///C:/ci/qtpy_1662015096047/work

querystring-parser==1.2.4

queuelib @ file:///C:/b/abs_563lpxcne9/croot/queuelib_1696951148213/work

referencing @ file:///C:/b/abs_09f4hj6adf/croot/referencing_1699012097448/work

regex @ file:///C:/b/abs_d5e2e5uqmr/croot/regex_1696515472506/work

reqs==0.0.2

requests @ file:///C:/b/abs_9c5n24p1y7/croot/requests_1716902867639/work

requests-file @ file:///Users/ktietz/demo/mc3/conda-bld/requests-file_1629455781986/work

requests-oauthlib==1.3.1

requests-toolbelt==1.0.0

retrying==1.3.4

rich==13.3.3

rope @ file:///C:/b/abs_a4uy0nuc8z/croot/rope_1708963217026/work

rpds-py @ file:///C:/b/abs_76j4g4la23/croot/rpds-py_1698947348047/work

rsa==4.9

Rtree @ file:///C:/b/abs_e116ltblik/croot/rtree_1675157871717/work

ruamel-yaml-conda @ file:///C:/b/abs_6ejaexx82s/croot/ruamel_yaml_1667489767827/work

ruamel.yaml @ file:///C:/b/abs_30ee5qbthd/croot/ruamel.yaml_1666304562000/work

ruamel.yaml.clib @ file:///C:/b/abs_aarblxbilo/croot/ruamel.yaml.clib_1666302270884/work

s3transfer @ file:///C:/ci/s3transfer_1654512518418/work

SALib==1.4.7

schemdraw==0.16

scikit-image @ file:///C:/ci/scikit-image_1648214340990/work

scikit-learn==1.2.2

scikit-learn-intelex==2021.20221004.171935

scikit-plot==0.3.7

scipy==1.9.1

Scrapy @ file:///C:/Windows/TEMP/abs_f50e21j997/croots/recipe/scrapy_1659598707153/work

seaborn @ file:///tmp/build/80754af9/seaborn_1629307859561/work

semantic-version==2.10.0

semver==2.13.0

Send2Trash @ file:///C:/b/abs_08dh49ew26/croot/send2trash_1699371173324/work

service-identity @ file:///Users/ktietz/demo/mc3/conda-bld/service_identity_1629460757137/work

setuptools-git==1.2

shap==0.41.0

sip @ file:///C:/b/abs_edevan3fce/croot/sip_1698675983372/work

six @ file:///tmp/build/80754af9/six_1644875935023/work

skope-rules==1.0.1

sktime==0.17.1

slicer==0.0.7

smart-open @ file:///C:/ci/smart_open_1651235069716/work

smmap @ file:///tmp/build/80754af9/smmap_1611694433573/work

sniffio @ file:///C:/b/abs_3akdewudo_/croot/sniffio_1705431337396/work

snowballstemmer @ file:///tmp/build/80754af9/snowballstemmer_1637937080595/work

sortedcollections @ file:///tmp/build/80754af9/sortedcollections_1611172717284/work

sortedcontainers @ file:///tmp/build/80754af9/sortedcontainers_1623949099177/work

soundfile==0.12.1

soupsieve @ file:///C:/b/abs_bbsvy9t4pl/croot/soupsieve_1696347611357/work

Sphinx @ file:///C:/ci/sphinx_1657617205740/work

sphinxcontrib-applehelp @ file:///home/ktietz/src/ci/sphinxcontrib-applehelp_1611920841464/work

sphinxcontrib-devhelp @ file:///home/ktietz/src/ci/sphinxcontrib-devhelp_1611920923094/work

sphinxcontrib-htmlhelp @ file:///tmp/build/80754af9/sphinxcontrib-htmlhelp_1623945626792/work

sphinxcontrib-jsmath @ file:///home/ktietz/src/ci/sphinxcontrib-jsmath_1611920942228/work

sphinxcontrib-qthelp @ file:///home/ktietz/src/ci/sphinxcontrib-qthelp_1611921055322/work

sphinxcontrib-serializinghtml @ file:///tmp/build/80754af9/sphinxcontrib-serializinghtml_1624451540180/work

spyder @ file:///C:/Windows/TEMP/abs_66k5aq_mkw/croots/recipe/spyder_1659599805372/work

spyder-kernels @ file:///C:/ci/spyder-kernels_1647011408404/work

SQLAlchemy @ file:///C:/Windows/Temp/abs_f8661157-660b-49bb-a790-69ab9f3b8f7c8a8s2psb/croots/recipe/sqlalchemy_1657867864564/work

sqlparse==0.4.4

starlette==0.26.1

statsmodels==0.13.5

streamlit==1.20.0

streamlit-option-menu==0.3.2

streamlit-pandas-profiling==0.1.3

StrEnum==0.4.15

sympy @ file:///C:/b/abs_82njkonm7f/croot/sympy_1701397685028/work

tables==3.6.1

tabulate @ file:///C:/b/abs_21rf8iibnh/croot/tabulate_1701354830521/work

tangled-up-in-unicode==0.2.0

tbats==1.1.3

TBB==0.2

tblib @ file:///Users/ktietz/demo/mc3/conda-bld/tblib_1629402031467/work

tenacity @ file:///C:/b/abs_ddkoa9nju6/croot/tenacity_1682972298929/work

tensorboard==2.14.1

tensorboard-data-server==0.7.2

tensorflow==2.14.0

tensorflow-estimator==2.14.0

tensorflow-intel==2.14.0

tensorflow-io-gcs-filesystem==0.31.0

termcolor==2.3.0

terminado @ file:///C:/b/abs_25nakickad/croot/terminado_1671751845491/work

testpath @ file:///C:/Windows/TEMP/abs_23c7fa33-cbb9-46dc-b7c5-590c38e2de3d4bmbngal/croots/recipe/testpath_1655908553202/work

text-unidecode @ file:///Users/ktietz/demo/mc3/conda-bld/text-unidecode_1629401354553/work

textblob==0.17.1

textdistance @ file:///tmp/build/80754af9/textdistance_1612461398012/work

threadpoolctl @ file:///Users/ktietz/demo/mc3/conda-bld/threadpoolctl_1629802263681/work

three-merge @ file:///tmp/build/80754af9/three-merge_1607553261110/work

tifffile @ file:///tmp/build/80754af9/tifffile_1627275862826/work

tinycss @ file:///tmp/build/80754af9/tinycss_1617713798712/work

tinycss2 @ file:///C:/b/abs_52w5vfuaax/croot/tinycss2_1668168823131/work

tldextract @ file:///opt/conda/conda-bld/tldextract_1646638314385/work

tokenizers @ file:///C:/ci/tokenizers_1651803138196/work

toml @ file:///tmp/build/80754af9/toml_1616166611790/work

tomli @ file:///C:/Windows/TEMP/abs_ac109f85-a7b3-4b4d-bcfd-52622eceddf0hy332ojo/croots/recipe/tomli_1657175513137/work

tomli_w==1.0.0

tomlkit @ file:///C:/Windows/TEMP/abs_3296qo9v6b/croots/recipe/tomlkit_1658946894808/work

toolz @ file:///C:/b/abs_cfvk6rc40d/croot/toolz_1667464080130/work

torch==1.12.1

tornado @ file:///C:/ci/tornado_1606924294691/work

tqdm @ file:///C:/b/abs_a7h7n45ccq/croot/tqdm_1716395987133/work

trace-updater==0.0.9.1

trafaret==2.1.1

traitlets @ file:///C:/b/abs_e5m_xjjl94/croot/traitlets_1671143896266/work

transformers @ file:///C:/b/abs_8byf5_j714/croot/transformers_1667919454001/work

treeinterpreter==0.2.3

Twisted @ file:///C:/Windows/Temp/abs_ccblv2rzfa/croots/recipe/twisted_1659592764512/work

twisted-iocpsupport @ file:///C:/ci/twisted-iocpsupport_1646798932792/work

typeapi==2.2.1

typeguard==2.13.3

typing-inspect==0.9.0

typing_extensions @ file:///C:/b/abs_0as9mdbkfl/croot/typing_extensions_1715268906610/work

tzdata @ file:///croot/python-tzdata_1690578112552/work

tzlocal @ file:///C:/b/abs_42w4rm077n/croot/tzlocal_1715108859396/work

uc-micro-py==1.0.1

ujson @ file:///C:/ci/ujson_1657525944442/work

umap-learn==0.5.3

unicodedata2 @ file:///C:/b/abs_b6apldlg7y/croot/unicodedata2_1713212998255/work

Unidecode @ file:///tmp/build/80754af9/unidecode_1614712377438/work

urllib3 @ file:///C:/b/abs_9cmlsrm3ys/croot/urllib3_1698257595508/work

uvicorn==0.21.1

validators @ file:///tmp/build/80754af9/validators_1612286467315/work

visions==0.7.5

w3lib @ file:///C:/b/abs_957begrwnl/croot/w3lib_1708640020760/work

waitress==2.1.2

watchdog @ file:///C:/b/abs_b3l_3s276z/croot/watchdog_1717166538403/work

wcwidth @ file:///Users/ktietz/demo/mc3/conda-bld/wcwidth_1629357192024/work

webencodings==0.5.1

websocket-client @ file:///C:/b/abs_5dmnxxoci9/croot/websocket-client_1715878351319/work

websockets==11.0.2

Werkzeug @ file:///C:/b/abs_8bittcw9jr/croot/werkzeug_1716533366070/work

widgetsnbextension @ file:///C:/ci/widgetsnbextension_1644991377168/work

win-inet-pton @ file:///C:/ci/win_inet_pton_1605306162074/work

win-unicode-console==0.5

wincertstore==0.2

wordcloud==1.8.2.2

wrapt @ file:///C:/Windows/Temp/abs_7c3dd407-1390-477a-b542-fd15df6a24085_diwiza/croots/recipe/wrapt_1657814452175/work

WTForms==3.0.1

xarray @ file:///opt/conda/conda-bld/xarray_1639166117697/work

xgboost==1.7.5

xlrd @ file:///tmp/build/80754af9/xlrd_1608072521494/work

XlsxWriter @ file:///opt/conda/conda-bld/xlsxwriter_1649073856329/work

xlwings @ file:///C:/b/abs_41rmpiyy58/croots/recipe/xlwings_1664932818417/work

xxhash==3.2.0

yapf @ file:///tmp/build/80754af9/yapf_1615749224965/work

yarg==0.1.9

yarl==1.9.1

ydata-profiling==4.1.2

yellowbrick==1.5

zict @ file:///C:/b/abs_780gyydtbp/croot/zict_1695832899404/work

zipp @ file:///C:/b/abs_b0beoc27oa/croot/zipp_1704206963359/work

zope.event==4.6

zope.interface @ file:///C:/ci/zope.interface_1625036252485/work

zstandard @ file:///C:/b/abs_e46tf0_91g/croot/zstandard_1714678303615/work