Spaces:
Sleeping
Sleeping
jh000107
commited on
Commit
·
0ee0f23
1
Parent(s):
254b6e4
upade requirements
Browse files- app.ipynb +7 -1
- requirements.txt +383 -91
app.ipynb
CHANGED
@@ -376,8 +376,14 @@
|
|
376 |
}
|
377 |
],
|
378 |
"metadata": {
|
|
|
|
|
|
|
|
|
|
|
379 |
"language_info": {
|
380 |
-
"name": "python"
|
|
|
381 |
}
|
382 |
},
|
383 |
"nbformat": 4,
|
|
|
376 |
}
|
377 |
],
|
378 |
"metadata": {
|
379 |
+
"kernelspec": {
|
380 |
+
"display_name": "base",
|
381 |
+
"language": "python",
|
382 |
+
"name": "python3"
|
383 |
+
},
|
384 |
"language_info": {
|
385 |
+
"name": "python",
|
386 |
+
"version": "3.9.13"
|
387 |
}
|
388 |
},
|
389 |
"nbformat": 4,
|
requirements.txt
CHANGED
@@ -1,100 +1,392 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
aiofiles==23.1.0
|
4 |
-
aiohttp==3.8.4
|
5 |
aiosignal==1.3.1
|
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 |
h11==0.14.0
|
32 |
-
h5py
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
mdurl==0.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
multidict==6.0.4
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
pyasn1-modules==0.2.8
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
pydub==0.25.1
|
64 |
-
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
python-multipart==0.0.6
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
semantic-version==2.10.0
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
tzdata==2023.3
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohttp==3.9.1
|
|
|
|
|
3 |
aiosignal==1.3.1
|
4 |
+
alabaster @ file:///home/ktietz/src/ci/alabaster_1611921544520/work
|
5 |
+
altair==5.2.0
|
6 |
+
anaconda-client==1.11.0
|
7 |
+
anaconda-navigator==2.3.2
|
8 |
+
anaconda-project @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_52iciqycjz/croots/recipe/anaconda-project_1660339902500/work
|
9 |
+
annotated-types==0.5.0
|
10 |
+
anyio==3.7.1
|
11 |
+
appdirs==1.4.4
|
12 |
+
applaunchservices @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_96v71vcny2/croots/recipe/applaunchservices_1661854626389/work
|
13 |
+
appnope @ file:///opt/concourse/worker/volumes/live/6ca6f098-d773-4461-5c91-a24a17435bda/volume/appnope_1606859448531/work
|
14 |
+
appscript @ file:///opt/concourse/worker/volumes/live/00049ed6-6263-4a6e-72b9-9d990f6e2f07/volume/appscript_1611427000595/work
|
15 |
+
argon2-cffi @ file:///opt/conda/conda-bld/argon2-cffi_1645000214183/work
|
16 |
+
argon2-cffi-bindings @ file:///opt/concourse/worker/volumes/live/42cf1b28-e71f-45ed-47b2-50f828088636/volume/argon2-cffi-bindings_1644569709119/work
|
17 |
+
arrow @ file:///opt/conda/conda-bld/arrow_1649166651673/work
|
18 |
+
astroid @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_9fsa1cbbec/croots/recipe/astroid_1659023133872/work
|
19 |
+
astropy @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_0a17b8e9-1fad-48c5-91fb-b4dded6b289flor4xw5u/croots/recipe/astropy_1657786108950/work
|
20 |
+
asttokens==2.4.1
|
21 |
+
async-timeout==4.0.3
|
22 |
+
atomicwrites==1.4.0
|
23 |
+
attrs @ file:///opt/conda/conda-bld/attrs_1642510447205/work
|
24 |
+
Automat @ file:///tmp/build/80754af9/automat_1600298431173/work
|
25 |
+
autopep8==2.0.4
|
26 |
+
Babel @ file:///tmp/build/80754af9/babel_1620871417480/work
|
27 |
+
backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work
|
28 |
+
backports.functools-lru-cache @ file:///tmp/build/80754af9/backports.functools_lru_cache_1618170165463/work
|
29 |
+
backports.tempfile @ file:///home/linux1/recipes/ci/backports.tempfile_1610991236607/work
|
30 |
+
backports.weakref==1.0.post1
|
31 |
+
bcrypt @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_b550nfy8c3/croots/recipe/bcrypt_1659554333520/work
|
32 |
+
beautifulsoup4 @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_croot-cdiouih5/beautifulsoup4_1650462164803/work
|
33 |
+
binaryornot @ file:///tmp/build/80754af9/binaryornot_1617751525010/work
|
34 |
+
bitarray @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_99410e05-b235-43fd-a31c-8dd2d61509a4vi1pzh3o/croots/recipe/bitarray_1657739652745/work
|
35 |
+
bkcharts==0.2
|
36 |
+
black @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_d0nhgmyc3l/croots/recipe/black_1660237813406/work
|
37 |
+
bleach @ file:///opt/conda/conda-bld/bleach_1641577558959/work
|
38 |
+
blis==0.7.10
|
39 |
+
bokeh @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_4689ce87-cfaa-4ded-b2ca-a10b180c8012082opaxd/croots/recipe/bokeh_1658136657265/work
|
40 |
+
boto3 @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_7466793a-6ce0-4cc8-b633-fb7f60016ad6lnn62tpt/croots/recipe/boto3_1657820107850/work
|
41 |
+
botocore @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_05d2e560-e0a7-4311-8a55-e8216b7418d7ho9lnfo9/croots/recipe/botocore_1657739494502/work
|
42 |
+
Bottleneck @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_29949159-f86f-474b-bc1f-aaa1e0e222b4ofusifik/croots/recipe/bottleneck_1657175564045/work
|
43 |
+
brotlipy==0.7.0
|
44 |
+
catalogue==2.0.9
|
45 |
+
certifi @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_0ek9yztvu3/croot/certifi_1665076692562/work/certifi
|
46 |
+
cffi @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_62rp5d8fd4/croots/recipe/cffi_1659598655556/work
|
47 |
+
chardet @ file:///opt/concourse/worker/volumes/live/7e1102c4-8702-40f2-63d6-f260ce5f85e4/volume/chardet_1607706831384/work
|
48 |
+
charset-normalizer @ file:///tmp/build/80754af9/charset-normalizer_1630003229654/work
|
49 |
+
chart-studio==1.1.0
|
50 |
+
click @ file:///opt/concourse/worker/volumes/live/17ca243b-fc66-462b-4bc1-f11ad524e336/volume/click_1646056621177/work
|
51 |
+
cloudpickle @ file:///tmp/build/80754af9/cloudpickle_1632508026186/work
|
52 |
+
clyent==1.2.2
|
53 |
+
colorama @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_b8ecd5af-5e60-48b8-80ac-92164ecb9b9bxkf0tkfp/croots/recipe/colorama_1657009097162/work
|
54 |
+
colorcet @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_8a83eeb2-7dbf-4e61-829c-ba42fc3fd6f523ifr0ew/croots/recipe/colorcet_1651851028480/work
|
55 |
+
comm==0.2.0
|
56 |
+
conda==22.9.0
|
57 |
+
conda-build==3.22.0
|
58 |
+
conda-content-trust @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_0afea0f9-bbf5-446c-8d60-8151cc05b029p0nco1nn/croots/recipe/conda-content-trust_1658126375910/work
|
59 |
+
conda-pack @ file:///tmp/build/80754af9/conda-pack_1611163042455/work
|
60 |
+
conda-package-handling @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_4aholt4czv/croots/recipe/conda-package-handling_1663598478352/work
|
61 |
+
conda-repo-cli==1.0.20
|
62 |
+
conda-token @ file:///Users/paulyim/miniconda3/envs/c3i/conda-bld/conda-token_1662660369760/work
|
63 |
+
conda-verify==3.4.2
|
64 |
+
confection==0.1.3
|
65 |
+
constantly==15.1.0
|
66 |
+
cookiecutter @ file:///opt/conda/conda-bld/cookiecutter_1649151442564/work
|
67 |
+
cryptography @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_b470f7cb-c8f1-42c9-b84f-23789ea77e7c9difcqh4/croots/recipe/cryptography_1652101134392/work
|
68 |
+
cssselect==1.1.0
|
69 |
+
cycler @ file:///tmp/build/80754af9/cycler_1637851556182/work
|
70 |
+
cymem==2.0.7
|
71 |
+
Cython @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_2bxfxrakym/croots/recipe/cython_1663692778284/work
|
72 |
+
cytoolz==0.11.0
|
73 |
+
daal4py==2021.6.0
|
74 |
+
dask @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_625ab4ad-a7aa-46be-859b-eb7a32fc37bc46adm9wx/croots/recipe/dask-core_1658513219136/work
|
75 |
+
dataclasses-json==0.6.3
|
76 |
+
datashader @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_543d57cxkz/croots/recipe/datashader_1659349048901/work
|
77 |
+
datashape==0.5.4
|
78 |
+
debugpy==1.8.0
|
79 |
+
decorator @ file:///opt/conda/conda-bld/decorator_1643638310831/work
|
80 |
+
defusedxml @ file:///tmp/build/80754af9/defusedxml_1615228127516/work
|
81 |
+
diff-match-patch @ file:///Users/ktietz/demo/mc3/conda-bld/diff-match-patch_1630511840874/work
|
82 |
+
dill @ file:///tmp/build/80754af9/dill_1623919422540/work
|
83 |
+
distributed @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_ca26b14a-a121-44b5-82b0-dbb6ccf35309a1h39fbg/croots/recipe/distributed_1658520748547/work
|
84 |
+
distro==1.8.0
|
85 |
+
docstring-to-markdown==0.13
|
86 |
+
docutils @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_10cfb287-0327-45ef-a38e-53dffd30cef1nwpvy20e/croots/recipe/docutils_1657175439973/work
|
87 |
+
en-core-web-md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.6.0/en_core_web_md-3.6.0-py3-none-any.whl
|
88 |
+
entrypoints @ file:///opt/concourse/worker/volumes/live/78b2c4ae-da17-4aa7-7fdc-138f840abf07/volume/entrypoints_1649926486598/work
|
89 |
+
et-xmlfile==1.1.0
|
90 |
+
exceptiongroup==1.2.0
|
91 |
+
executing==2.0.1
|
92 |
+
fastapi==0.104.1
|
93 |
+
fastjsonschema @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_b5c1gee32t/croots/recipe/python-fastjsonschema_1661368622875/work
|
94 |
+
ffmpy==0.3.1
|
95 |
+
filelock @ file:///opt/conda/conda-bld/filelock_1647002191454/work
|
96 |
+
flake8==6.1.0
|
97 |
+
Flask @ file:///home/ktietz/src/ci/flask_1611932660458/work
|
98 |
+
fonttools==4.25.0
|
99 |
+
frozenlist==1.4.0
|
100 |
+
fsspec==2023.10.0
|
101 |
+
funcy==2.0
|
102 |
+
future @ file:///opt/concourse/worker/volumes/live/f456638c-86a7-4060-7f5f-d499a051219b/volume/future_1607571337593/work
|
103 |
+
gensim==4.3.2
|
104 |
+
glob2 @ file:///home/linux1/recipes/ci/glob2_1610991677669/work
|
105 |
+
gmpy2 @ file:///opt/concourse/worker/volumes/live/3b0f84f9-2a9c-48c9-6340-601e345ea292/volume/gmpy2_1645455548178/work
|
106 |
+
gradio==4.7.1
|
107 |
+
gradio_client==0.7.0
|
108 |
+
greenlet @ file:///opt/concourse/worker/volumes/live/b27b4e9e-4697-4d57-403b-f82d36a391ca/volume/greenlet_1628888146890/work
|
109 |
h11==0.14.0
|
110 |
+
h5py @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_7fnj4n39p5/croots/recipe/h5py_1659091379933/work
|
111 |
+
HeapDict @ file:///Users/ktietz/demo/mc3/conda-bld/heapdict_1630598515714/work
|
112 |
+
holoviews @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_a4562da9-f241-4c26-af69-a183348d22b8tzntcgqc/croots/recipe/holoviews_1658171511476/work
|
113 |
+
httpcore==1.0.2
|
114 |
+
httpx==0.25.2
|
115 |
+
huggingface-hub==0.19.4
|
116 |
+
hvplot @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_20gh5adwn_/croots/recipe/hvplot_1659026499732/work
|
117 |
+
hyperlink @ file:///tmp/build/80754af9/hyperlink_1610130746837/work
|
118 |
+
idna @ file:///tmp/build/80754af9/idna_1637925883363/work
|
119 |
+
imagecodecs @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_bahrk9gfto/croots/recipe/imagecodecs_1664561989889/work
|
120 |
+
imageio @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_5460df32-49d6-4565-9afb-ddc7de276101dvh8sph9/croots/recipe/imageio_1658785049436/work
|
121 |
+
imagesize @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_4a6ed1be-fe30-4d6a-91d4-f867600caa0be5_dxzvt/croots/recipe/imagesize_1657179500955/work
|
122 |
+
importlib-metadata==6.8.0
|
123 |
+
importlib-resources==6.1.1
|
124 |
+
incremental @ file:///tmp/build/80754af9/incremental_1636629750599/work
|
125 |
+
inflection==0.5.1
|
126 |
+
iniconfig @ file:///home/linux1/recipes/ci/iniconfig_1610983019677/work
|
127 |
+
intake @ file:///opt/conda/conda-bld/intake_1647436631684/work
|
128 |
+
intervaltree @ file:///Users/ktietz/demo/mc3/conda-bld/intervaltree_1630511889664/work
|
129 |
+
ipykernel==6.27.1
|
130 |
+
ipython==8.18.1
|
131 |
+
ipython-genutils @ file:///tmp/build/80754af9/ipython_genutils_1606773439826/work
|
132 |
+
ipywidgets @ file:///tmp/build/80754af9/ipywidgets_1634143127070/work
|
133 |
+
isort @ file:///tmp/build/80754af9/isort_1628603791788/work
|
134 |
+
itemadapter @ file:///tmp/build/80754af9/itemadapter_1626442940632/work
|
135 |
+
itemloaders @ file:///opt/conda/conda-bld/itemloaders_1646805235997/work
|
136 |
+
itsdangerous @ file:///tmp/build/80754af9/itsdangerous_1621432558163/work
|
137 |
+
jdcal @ file:///Users/ktietz/demo/mc3/conda-bld/jdcal_1630584345063/work
|
138 |
+
jedi @ file:///opt/concourse/worker/volumes/live/89be3eb0-a85c-453b-67dd-f706f2fa4c43/volume/jedi_1644315269953/work
|
139 |
+
jellyfish @ file:///opt/concourse/worker/volumes/live/a3ea5aa0-13fc-40da-68a6-cbc194ed3c8f/volume/jellyfish_1647962585030/work
|
140 |
+
Jinja2==3.1.2
|
141 |
+
jinja2-time @ file:///opt/conda/conda-bld/jinja2-time_1649251842261/work
|
142 |
+
jmespath @ file:///Users/ktietz/demo/mc3/conda-bld/jmespath_1630583964805/work
|
143 |
+
joblib==1.3.2
|
144 |
+
json5 @ file:///tmp/build/80754af9/json5_1624432770122/work
|
145 |
+
jsonpatch==1.33
|
146 |
+
jsonpointer==2.4
|
147 |
+
jsonschema @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_d832da7jx3/croots/recipe/jsonschema_1663375475386/work
|
148 |
+
jupyter @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_e35x81mm4c/croots/recipe/jupyter_1659349054503/work
|
149 |
+
jupyter-console @ file:///opt/conda/conda-bld/jupyter_console_1647002188872/work
|
150 |
+
jupyter-server @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_dd29643e-0dc7-4523-9371-1e357e0016ceqm1g9hiw/croots/recipe/jupyter_server_1658754492837/work
|
151 |
+
jupyter_client==8.6.0
|
152 |
+
jupyter_core==5.5.0
|
153 |
+
jupyterlab @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_2af04qzhn_/croots/recipe/jupyterlab_1658907539952/work
|
154 |
+
jupyterlab-pygments @ file:///tmp/build/80754af9/jupyterlab_pygments_1601490720602/work
|
155 |
+
jupyterlab-server @ file:///opt/conda/conda-bld/jupyterlab_server_1644500396812/work
|
156 |
+
jupyterlab-widgets @ file:///tmp/build/80754af9/jupyterlab_widgets_1609884341231/work
|
157 |
+
keyring @ file:///opt/concourse/worker/volumes/live/33b3e085-74e6-4f7b-77a0-470eb43e69ae/volume/keyring_1638531366470/work
|
158 |
+
kiwisolver @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_ca2945cc-8f2f-407b-8e24-f05d29ee2f4fvto5sdlk/croots/recipe/kiwisolver_1653292053344/work
|
159 |
+
langchain==0.0.342
|
160 |
+
langchain-core==0.0.7
|
161 |
+
langcodes==3.3.0
|
162 |
+
langsmith==0.0.67
|
163 |
+
lazy-object-proxy @ file:///opt/concourse/worker/volumes/live/a169db40-97bf-4f51-6893-dc751f705b7b/volume/lazy-object-proxy_1616529067444/work
|
164 |
+
libarchive-c @ file:///tmp/build/80754af9/python-libarchive-c_1617780486945/work
|
165 |
+
llvmlite==0.38.0
|
166 |
+
locket @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_81b4c56b-0395-495d-81c1-83208d36944d357hqdd0/croots/recipe/locket_1652903116052/work
|
167 |
+
lxml @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_1902c961-4bd2-4871-a3c5-70b7317a6521kpj7nz2o/croots/recipe/lxml_1657545138937/work
|
168 |
+
lz4 @ file:///opt/concourse/worker/volumes/live/5cb15f71-8949-4447-4576-dc636f8e7723/volume/lz4_1619516482660/work
|
169 |
+
Markdown @ file:///opt/concourse/worker/volumes/live/022ad249-0648-42f1-5668-a0ceb0c8ad95/volume/markdown_1614363814264/work
|
170 |
+
markdown-it-py==3.0.0
|
171 |
+
MarkupSafe @ file:///opt/concourse/worker/volumes/live/1bcf0940-5bf8-4171-61e3-2133f5885e8b/volume/markupsafe_1621528148241/work
|
172 |
+
marshmallow==3.20.1
|
173 |
+
matplotlib @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_757ijfo2tl/croots/recipe/matplotlib-suite_1660167932741/work
|
174 |
+
matplotlib-inline @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_9ddl71oqte/croots/recipe/matplotlib-inline_1662014471815/work
|
175 |
+
mccabe @ file:///opt/conda/conda-bld/mccabe_1644221741721/work
|
176 |
mdurl==0.1.2
|
177 |
+
mistune @ file:///opt/concourse/worker/volumes/live/4217afd5-dad1-438d-6f79-e4992ccda0e5/volume/mistune_1607364880245/work
|
178 |
+
mkl-fft==1.3.1
|
179 |
+
mkl-random @ file:///opt/concourse/worker/volumes/live/0cda23d8-7460-44b2-7e5d-3c76a8a0ca7e/volume/mkl_random_1626186083266/work
|
180 |
+
mkl-service==2.4.0
|
181 |
+
mock @ file:///tmp/build/80754af9/mock_1607622725907/work
|
182 |
+
mpmath==1.2.1
|
183 |
+
msgpack @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_8471ad7f-dce1-4146-86d4-c2864258a94duzpja450/croots/recipe/msgpack-python_1652362671722/work
|
184 |
multidict==6.0.4
|
185 |
+
multipledispatch @ file:///opt/concourse/worker/volumes/live/ae29ad0f-3a64-4ff5-7393-0aa95f2c9f85/volume/multipledispatch_1607574242710/work
|
186 |
+
munkres==1.1.4
|
187 |
+
murmurhash==1.0.9
|
188 |
+
mypy-extensions==0.4.3
|
189 |
+
navigator-updater==0.3.0
|
190 |
+
nbclassic @ file:///opt/conda/conda-bld/nbclassic_1644943264176/work
|
191 |
+
nbclient @ file:///opt/concourse/worker/volumes/live/fcea0efc-2a08-48fd-5c55-85ef78e0ea28/volume/nbclient_1650308406463/work
|
192 |
+
nbconvert @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_croot-mv2swkk7/nbconvert_1649751922903/work
|
193 |
+
nbformat @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_cdvzwfxs_z/croots/recipe/nbformat_1663744956173/work
|
194 |
+
nest-asyncio @ file:///opt/concourse/worker/volumes/live/ddf592a1-304c-41a6-6d59-2d4687652b8f/volume/nest-asyncio_1649847942674/work
|
195 |
+
networkx @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_6afc8f17-1d67-4285-b2c6-55302f6d1d829k5owdkh/croots/recipe/networkx_1657784106447/work
|
196 |
+
nltk @ file:///opt/conda/conda-bld/nltk_1645628263994/work
|
197 |
+
nose @ file:///opt/conda/conda-bld/nose_1642704612149/work
|
198 |
+
notebook @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_98mevid06x/croots/recipe/notebook_1659083668559/work
|
199 |
+
numba @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_croot-p56zvl1f/numba_1648040520212/work
|
200 |
+
numexpr @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_f4cadb13-5662-4009-98e5-0105539d6a65fifix2d5/croots/recipe/numexpr_1656940304949/work
|
201 |
+
numpy==1.24.4
|
202 |
+
numpydoc @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_753dae38-7ca3-4e28-bd02-7f92dc5dac540wd4kft3/croots/recipe/numpydoc_1657529877062/work
|
203 |
+
olefile @ file:///Users/ktietz/demo/mc3/conda-bld/olefile_1629805411829/work
|
204 |
+
openai==1.3.5
|
205 |
+
openpyxl==3.0.10
|
206 |
+
orjson==3.9.10
|
207 |
+
packaging==23.2
|
208 |
+
pandas==2.1.0
|
209 |
+
pandocfilters @ file:///opt/conda/conda-bld/pandocfilters_1643405455980/work
|
210 |
+
panel @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_41dde6ca-7b2c-48c7-bc25-73a832237d768xjx_7ml/croots/recipe/panel_1658133829944/work
|
211 |
+
param @ file:///tmp/build/80754af9/param_1636647414893/work
|
212 |
+
parsel @ file:///opt/concourse/worker/volumes/live/82c6082c-054e-4c34-7398-3c26404de88b/volume/parsel_1646739973951/work
|
213 |
+
parso @ file:///opt/conda/conda-bld/parso_1641458642106/work
|
214 |
+
partd @ file:///opt/conda/conda-bld/partd_1647245470509/work
|
215 |
+
pathlib @ file:///Users/ktietz/demo/mc3/conda-bld/pathlib_1629713961906/work
|
216 |
+
pathspec @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_e2t1r2kdq7/croots/recipe/pathspec_1659627124303/work
|
217 |
+
pathy==0.10.2
|
218 |
+
patsy==0.5.2
|
219 |
+
pep8==1.7.1
|
220 |
+
pexpect @ file:///tmp/build/80754af9/pexpect_1605563209008/work
|
221 |
+
pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work
|
222 |
+
Pillow==9.2.0
|
223 |
+
pkginfo @ file:///tmp/build/80754af9/pkginfo_1643162084911/work
|
224 |
+
platformdirs==4.0.0
|
225 |
+
plotly @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_b7601a7c-071f-4424-ad46-f00f32c1766ccwgx0ywh/croots/recipe/plotly_1658160061089/work
|
226 |
+
pluggy @ file:///opt/concourse/worker/volumes/live/42ef51ae-f79c-40e0-6d26-eb6fe9d8ba6e/volume/pluggy_1648042596777/work
|
227 |
+
ply==3.11
|
228 |
+
poyo @ file:///tmp/build/80754af9/poyo_1617751526755/work
|
229 |
+
preshed==3.0.8
|
230 |
+
prometheus-client @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_19kjbndib7/croots/recipe/prometheus_client_1659455105394/work
|
231 |
+
prompt-toolkit==3.0.41
|
232 |
+
Protego @ file:///tmp/build/80754af9/protego_1598657180827/work
|
233 |
+
psutil @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_c9b604bf-685f-47f6-8304-238e4e70557e1o7mmsot/croots/recipe/psutil_1656431274701/work
|
234 |
+
ptyprocess @ file:///tmp/build/80754af9/ptyprocess_1609355006118/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl
|
235 |
+
pure-eval==0.2.2
|
236 |
+
py @ file:///opt/conda/conda-bld/py_1644396412707/work
|
237 |
+
pyasn1 @ file:///Users/ktietz/demo/mc3/conda-bld/pyasn1_1629708007385/work
|
238 |
pyasn1-modules==0.2.8
|
239 |
+
pycodestyle==2.11.1
|
240 |
+
pycosat==0.6.3
|
241 |
+
pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work
|
242 |
+
pyct @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_615564ea-cf79-46b0-83e7-0a37ab5db74a2ay4a5f0/croots/recipe/pyct_1658500312593/work
|
243 |
+
pycurl==7.45.1
|
244 |
+
pydantic==2.3.0
|
245 |
+
pydantic_core==2.6.3
|
246 |
+
PyDispatcher==2.0.5
|
247 |
+
pydocstyle==6.3.0
|
248 |
pydub==0.25.1
|
249 |
+
pyerfa @ file:///opt/concourse/worker/volumes/live/fef1f482-1dec-42b9-4439-b8031d24ea69/volume/pyerfa_1621560786048/work
|
250 |
+
pyflakes==3.1.0
|
251 |
+
Pygments==2.17.2
|
252 |
+
PyHamcrest @ file:///tmp/build/80754af9/pyhamcrest_1615748656804/work
|
253 |
+
PyJWT @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_eec47dd9-fcc8-4e06-bbca-6138d11dbbcch6zasfc4/croots/recipe/pyjwt_1657544589510/work
|
254 |
+
pyLDAvis==3.4.1
|
255 |
+
pylint @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_e75_4ydew9/croots/recipe/pylint_1659110352634/work
|
256 |
+
pylint-venv==3.0.3
|
257 |
+
pyls-spyder==0.4.0
|
258 |
+
pyobjc-core @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_e7giy3a869/croots/recipe/pyobjc-core_1661848172499/work
|
259 |
+
pyobjc-framework-Cocoa @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_4c2umern3y/croots/recipe/pyobjc-framework-cocoa_1661850714385/work
|
260 |
+
pyobjc-framework-CoreServices @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_4717m_ngol/croots/recipe/pyobjc-framework-coreservices_1661853392396/work
|
261 |
+
pyobjc-framework-FSEvents @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_5atkr691rb/croots/recipe/pyobjc-framework-fsevents_1661852390555/work
|
262 |
+
pyodbc @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_18mhb222la/croots/recipe/pyodbc_1659513803477/work
|
263 |
+
pyOpenSSL @ file:///opt/conda/conda-bld/pyopenssl_1643788558760/work
|
264 |
+
pyparsing @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_3a17y2delq/croots/recipe/pyparsing_1661452538853/work
|
265 |
+
PyQt5==5.15.10
|
266 |
+
PyQt5-Qt5==5.15.11
|
267 |
+
PyQt5-sip==12.13.0
|
268 |
+
PyQtWebEngine==5.15.6
|
269 |
+
PyQtWebEngine-Qt5==5.15.2
|
270 |
+
pyrsistent @ file:///opt/concourse/worker/volumes/live/76cffa60-bd33-4155-4e83-ea03c38b1294/volume/pyrsistent_1636111020441/work
|
271 |
+
PySocks @ file:///opt/concourse/worker/volumes/live/112288ac-9cb0-4e73-768b-13baf4ca6419/volume/pysocks_1605305820043/work
|
272 |
+
pytest==7.1.2
|
273 |
+
python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work
|
274 |
+
python-dotenv==1.0.0
|
275 |
+
python-lsp-black @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_14xl6hg757/croots/recipe/python-lsp-black_1661852036282/work
|
276 |
+
python-lsp-jsonrpc==1.1.2
|
277 |
+
python-lsp-server==1.9.0
|
278 |
python-multipart==0.0.6
|
279 |
+
python-slugify @ file:///tmp/build/80754af9/python-slugify_1620405669636/work
|
280 |
+
python-snappy @ file:///opt/concourse/worker/volumes/live/8c331f10-f7c9-4f6b-5744-375e3450cc0a/volume/python-snappy_1610133354807/work
|
281 |
+
pytoolconfig==1.2.6
|
282 |
+
pytz @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_1caf090c-01b6-4973-adac-d2eb884a674e7zonb9eb/croots/recipe/pytz_1654762641285/work
|
283 |
+
pyviz-comms @ file:///tmp/build/80754af9/pyviz_comms_1623747165329/work
|
284 |
+
PyWavelets @ file:///opt/concourse/worker/volumes/live/6f70ac9d-9e9e-4250-6d7d-22d19aef341f/volume/pywavelets_1648727880440/work
|
285 |
+
PyYAML==6.0
|
286 |
+
pyzmq @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_15f7a459-ad98-422b-b8da-cbf1f626e2115nt0ocwy/croots/recipe/pyzmq_1657724193704/work
|
287 |
+
QDarkStyle==3.2.3
|
288 |
+
qstylizer==0.2.2
|
289 |
+
QtAwesome==1.2.3
|
290 |
+
qtconsole==5.5.1
|
291 |
+
QtPy==2.4.1
|
292 |
+
queuelib==1.5.0
|
293 |
+
regex @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_978efa21-43f5-4f43-9f25-acd8393817ddce2xcjaf/croots/recipe/regex_1658257186496/work
|
294 |
+
requests @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_516b78ce-034d-4395-b9b5-1d78c2847384qtnol99l/croots/recipe/requests_1657734628886/work
|
295 |
+
requests-file @ file:///Users/ktietz/demo/mc3/conda-bld/requests-file_1629455781986/work
|
296 |
+
retrying==1.3.4
|
297 |
+
rich==13.7.0
|
298 |
+
rope==1.11.0
|
299 |
+
Rtree @ file:///opt/concourse/worker/volumes/live/18283f9b-719e-45b1-7f3a-937f49358be4/volume/rtree_1618420836397/work
|
300 |
+
ruamel-yaml-conda @ file:///opt/concourse/worker/volumes/live/e81cf0fe-611a-498e-6e69-a7320057c1ac/volume/ruamel_yaml_1616016689696/work
|
301 |
+
s3transfer @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_07692347-3b2f-44eb-9a12-5e0d23d67c1b9oqlb6o4/croots/recipe/s3transfer_1654524216219/work
|
302 |
+
scikit-image @ file:///opt/concourse/worker/volumes/live/584d0455-dcb7-4cf1-5977-c077944180ee/volume/scikit-image_1648214186784/work
|
303 |
+
scikit-learn @ file:///opt/concourse/worker/volumes/live/cffa5efe-beec-4a37-5774-350794e43990/volume/scikit-learn_1642617139916/work
|
304 |
+
scikit-learn-intelex==2021.20221004.121333
|
305 |
+
scipy==1.9.1
|
306 |
+
Scrapy @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_76af7rt3wk/croots/recipe/scrapy_1659598702735/work
|
307 |
+
seaborn @ file:///tmp/build/80754af9/seaborn_1629307859561/work
|
308 |
semantic-version==2.10.0
|
309 |
+
Send2Trash @ file:///tmp/build/80754af9/send2trash_1632406701022/work
|
310 |
+
service-identity @ file:///Users/ktietz/demo/mc3/conda-bld/service_identity_1629460757137/work
|
311 |
+
shellingham==1.5.4
|
312 |
+
sip @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_88z1zrsfrf/croots/recipe/sip_1659012373083/work
|
313 |
+
six @ file:///tmp/build/80754af9/six_1644875935023/work
|
314 |
+
smart-open @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_27148096-9ddc-448c-830e-fb4829d46f5dwl2am402/croots/recipe/smart_open_1651563554983/work
|
315 |
+
sniffio @ file:///opt/concourse/worker/volumes/live/38ca9e9e-09d1-4d43-5a0f-b546422e7807/volume/sniffio_1614030472707/work
|
316 |
+
snowballstemmer @ file:///tmp/build/80754af9/snowballstemmer_1637937080595/work
|
317 |
+
sort-dataframeby-monthorweek==0.4
|
318 |
+
sorted-months-weekdays==0.2
|
319 |
+
sortedcollections @ file:///tmp/build/80754af9/sortedcollections_1611172717284/work
|
320 |
+
sortedcontainers @ file:///tmp/build/80754af9/sortedcontainers_1623949099177/work
|
321 |
+
soupsieve @ file:///tmp/build/80754af9/soupsieve_1636706018808/work
|
322 |
+
spacy==3.6.1
|
323 |
+
spacy-legacy==3.0.12
|
324 |
+
spacy-loggers==1.0.5
|
325 |
+
Sphinx @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_5d9f8d69-b80c-4ca1-8876-1698c70b1faeqe461tx8/croots/recipe/sphinx_1657784127805/work
|
326 |
+
sphinxcontrib-applehelp @ file:///home/ktietz/src/ci/sphinxcontrib-applehelp_1611920841464/work
|
327 |
+
sphinxcontrib-devhelp @ file:///home/ktietz/src/ci/sphinxcontrib-devhelp_1611920923094/work
|
328 |
+
sphinxcontrib-htmlhelp @ file:///tmp/build/80754af9/sphinxcontrib-htmlhelp_1623945626792/work
|
329 |
+
sphinxcontrib-jsmath @ file:///home/ktietz/src/ci/sphinxcontrib-jsmath_1611920942228/work
|
330 |
+
sphinxcontrib-qthelp @ file:///home/ktietz/src/ci/sphinxcontrib-qthelp_1611921055322/work
|
331 |
+
sphinxcontrib-serializinghtml @ file:///tmp/build/80754af9/sphinxcontrib-serializinghtml_1624451540180/work
|
332 |
+
spyder==5.5.0
|
333 |
+
spyder-kernels==2.5.0
|
334 |
+
SQLAlchemy @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_47054e44-1f88-4a8b-9ca4-67b36ce38181xyx8z2m5/croots/recipe/sqlalchemy_1657867866169/work
|
335 |
+
srsly==2.4.7
|
336 |
+
stack-data==0.6.3
|
337 |
+
starlette==0.27.0
|
338 |
+
statsmodels @ file:///opt/concourse/worker/volumes/live/90a089a9-fdd6-4c7e-631b-5fdf9cf55d62/volume/statsmodels_1648033311105/work
|
339 |
+
sympy @ file:///opt/concourse/worker/volumes/live/2af8c70b-e999-41ad-6ca8-39318707cbda/volume/sympy_1647854069899/work
|
340 |
+
tables @ file:///opt/concourse/worker/volumes/live/daa73f70-754b-4f28-73ce-6f96c40f4b9d/volume/pytables_1607975400838/work
|
341 |
+
tabulate @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_a6553360-8167-4574-96ae-f76ab756a64bn2vcri8q/croots/recipe/tabulate_1657784111302/work
|
342 |
+
TBB==0.2
|
343 |
+
tblib @ file:///Users/ktietz/demo/mc3/conda-bld/tblib_1629402031467/work
|
344 |
+
tenacity==8.2.3
|
345 |
+
terminado @ file:///opt/concourse/worker/volumes/live/1e61dc32-e381-4730-4e5e-6cfec5c3c4a5/volume/terminado_1644322614203/work
|
346 |
+
testpath @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_aaf4aec7-dbb6-43d6-9707-824338b4efc82yrt6xjp/croots/recipe/testpath_1655908558843/work
|
347 |
+
text-unidecode @ file:///Users/ktietz/demo/mc3/conda-bld/text-unidecode_1629401354553/work
|
348 |
+
textdistance @ file:///tmp/build/80754af9/textdistance_1612461398012/work
|
349 |
+
thinc==8.1.12
|
350 |
+
threadpoolctl @ file:///Users/ktietz/demo/mc3/conda-bld/threadpoolctl_1629802263681/work
|
351 |
+
three-merge @ file:///tmp/build/80754af9/three-merge_1607553261110/work
|
352 |
+
tifffile @ file:///tmp/build/80754af9/tifffile_1627275862826/work
|
353 |
+
tinycss @ file:///tmp/build/80754af9/tinycss_1617713798712/work
|
354 |
+
tinycss2==1.2.1
|
355 |
+
tldextract @ file:///opt/conda/conda-bld/tldextract_1646638314385/work
|
356 |
+
toml @ file:///tmp/build/80754af9/toml_1616166611790/work
|
357 |
+
tomli @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_90762ba4-f339-47e8-bd29-416854a59b233d27hku_/croots/recipe/tomli_1657175507767/work
|
358 |
+
tomlkit==0.12.0
|
359 |
+
toolz @ file:///tmp/build/80754af9/toolz_1636545406491/work
|
360 |
+
tornado==6.3.3
|
361 |
+
tqdm @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_2adqcbsqqd/croots/recipe/tqdm_1664392689227/work
|
362 |
+
traitlets==5.14.0
|
363 |
+
Twisted @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_daykstm3mh/croots/recipe/twisted_1659592770155/work
|
364 |
+
typer==0.9.0
|
365 |
+
typing-inspect==0.9.0
|
366 |
+
typing_extensions==4.8.0
|
367 |
tzdata==2023.3
|
368 |
+
ujson @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_cf44fbd5-5db0-48cf-86c4-c8d4e74d1cbbwhgckc99/croots/recipe/ujson_1657544919410/work
|
369 |
+
Unidecode @ file:///tmp/build/80754af9/unidecode_1614712377438/work
|
370 |
+
urllib3 @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_53dwuk2xkk/croots/recipe/urllib3_1659110467968/work
|
371 |
+
uvicorn==0.24.0.post1
|
372 |
+
w3lib @ file:///Users/ktietz/demo/mc3/conda-bld/w3lib_1629359764703/work
|
373 |
+
wasabi==1.1.2
|
374 |
+
watchdog @ file:///opt/concourse/worker/volumes/live/bc34f9ce-893b-443f-56fb-9256c33ecf2a/volume/watchdog_1638367303330/work
|
375 |
+
wcwidth @ file:///Users/ktietz/demo/mc3/conda-bld/wcwidth_1629357192024/work
|
376 |
+
webencodings==0.5.1
|
377 |
+
websocket-client @ file:///opt/concourse/worker/volumes/live/5baed9cd-40fb-4fbe-6721-9568cdd0f2d7/volume/websocket-client_1614804245073/work
|
378 |
+
websockets==11.0.3
|
379 |
+
Werkzeug @ file:///opt/conda/conda-bld/werkzeug_1645628268370/work
|
380 |
+
whatthepatch @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_0aabmq0ph3/croots/recipe/whatthepatch_1661795995892/work
|
381 |
+
widgetsnbextension @ file:///opt/concourse/worker/volumes/live/8bad7157-f9ed-4ea5-5a30-5ca326558415/volume/widgetsnbextension_1645009368149/work
|
382 |
+
wrapt @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_1ade1f68-8354-4db8-830b-ff3072015779vd_2hm7k/croots/recipe/wrapt_1657814407132/work
|
383 |
+
wurlitzer @ file:///opt/concourse/worker/volumes/live/a2b1dfd8-5830-41c1-6a08-9a84d13fec28/volume/wurlitzer_1638368180115/work
|
384 |
+
xarray @ file:///opt/conda/conda-bld/xarray_1639166117697/work
|
385 |
+
xlrd @ file:///tmp/build/80754af9/xlrd_1608072521494/work
|
386 |
+
XlsxWriter @ file:///opt/conda/conda-bld/xlsxwriter_1649073856329/work
|
387 |
+
xlwings @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_05prpwd36w/croots/recipe/xlwings_1664932816578/work
|
388 |
+
yapf==0.40.2
|
389 |
+
yarl==1.9.3
|
390 |
+
zict==2.1.0
|
391 |
+
zipp @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_b279673d-f037-44c7-8773-c5a6b6f51037d3wfr9cq/croots/recipe/zipp_1652341773612/work
|
392 |
+
zope.interface @ file:///opt/concourse/worker/volumes/live/8c2d4bd1-6406-47f0-45ce-890992bafbf6/volume/zope.interface_1625036159007/work
|