Spaces:
Runtime error
Runtime error
Tyler Burns
commited on
Commit
•
5e3f321
1
Parent(s):
7325550
updated requirements
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -6,17 +6,21 @@ certifi==2022.12.7
|
|
6 |
charset-normalizer==3.0.1
|
7 |
click==8.1.3
|
8 |
decorator==5.1.1
|
|
|
9 |
entrypoints==0.4
|
10 |
gitdb==4.0.10
|
11 |
GitPython==3.1.30
|
12 |
idna==3.4
|
13 |
importlib-metadata==6.0.0
|
14 |
Jinja2==3.1.2
|
|
|
15 |
jsonschema==4.17.3
|
|
|
16 |
markdown-it-py==2.1.0
|
17 |
MarkupSafe==2.1.2
|
18 |
mdurl==0.1.2
|
19 |
-
|
|
|
20 |
packaging==23.0
|
21 |
pandas==1.5.3
|
22 |
Pillow==9.4.0
|
@@ -26,23 +30,30 @@ pyarrow==11.0.0
|
|
26 |
pydeck==0.8.0
|
27 |
Pygments==2.14.0
|
28 |
Pympler==1.0.1
|
|
|
29 |
pyrsistent==0.19.3
|
30 |
python-dateutil==2.8.2
|
31 |
pytz==2022.7.1
|
32 |
pytz-deprecation-shim==0.1.0.post0
|
33 |
requests==2.28.2
|
34 |
rich==13.3.1
|
|
|
|
|
35 |
semver==2.13.0
|
36 |
six==1.16.0
|
37 |
smmap==5.0.0
|
38 |
streamlit==1.17.0
|
39 |
tenacity==8.1.0
|
|
|
40 |
toml==0.10.2
|
41 |
toolz==0.12.0
|
42 |
tornado==6.2
|
|
|
43 |
typing_extensions==4.4.0
|
44 |
tzdata==2022.7
|
45 |
tzlocal==4.2
|
|
|
|
|
46 |
urllib3==1.26.14
|
47 |
validators==0.20.0
|
48 |
zipp==3.12.0
|
|
|
6 |
charset-normalizer==3.0.1
|
7 |
click==8.1.3
|
8 |
decorator==5.1.1
|
9 |
+
duckduckgo-search==2.8.0
|
10 |
entrypoints==0.4
|
11 |
gitdb==4.0.10
|
12 |
GitPython==3.1.30
|
13 |
idna==3.4
|
14 |
importlib-metadata==6.0.0
|
15 |
Jinja2==3.1.2
|
16 |
+
joblib==1.2.0
|
17 |
jsonschema==4.17.3
|
18 |
+
llvmlite==0.39.1
|
19 |
markdown-it-py==2.1.0
|
20 |
MarkupSafe==2.1.2
|
21 |
mdurl==0.1.2
|
22 |
+
numba==0.56.4
|
23 |
+
numpy==1.23.5
|
24 |
packaging==23.0
|
25 |
pandas==1.5.3
|
26 |
Pillow==9.4.0
|
|
|
30 |
pydeck==0.8.0
|
31 |
Pygments==2.14.0
|
32 |
Pympler==1.0.1
|
33 |
+
pynndescent==0.5.8
|
34 |
pyrsistent==0.19.3
|
35 |
python-dateutil==2.8.2
|
36 |
pytz==2022.7.1
|
37 |
pytz-deprecation-shim==0.1.0.post0
|
38 |
requests==2.28.2
|
39 |
rich==13.3.1
|
40 |
+
scikit-learn==1.2.1
|
41 |
+
scipy==1.10.0
|
42 |
semver==2.13.0
|
43 |
six==1.16.0
|
44 |
smmap==5.0.0
|
45 |
streamlit==1.17.0
|
46 |
tenacity==8.1.0
|
47 |
+
threadpoolctl==3.1.0
|
48 |
toml==0.10.2
|
49 |
toolz==0.12.0
|
50 |
tornado==6.2
|
51 |
+
tqdm==4.64.1
|
52 |
typing_extensions==4.4.0
|
53 |
tzdata==2022.7
|
54 |
tzlocal==4.2
|
55 |
+
umap==0.1.1
|
56 |
+
umap-learn==0.5.3
|
57 |
urllib3==1.26.14
|
58 |
validators==0.20.0
|
59 |
zipp==3.12.0
|