Spaces:
Runtime error
Runtime error
Commit
·
34ec55d
1
Parent(s):
4f30b91
[FIX]projects
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -6,12 +6,14 @@ certifi==2022.12.7
|
|
6 |
charset-normalizer==3.1.0
|
7 |
click==8.1.3
|
8 |
decorator==5.1.1
|
|
|
9 |
entrypoints==0.4
|
10 |
gitdb==4.0.10
|
11 |
GitPython==3.1.31
|
12 |
idna==3.4
|
13 |
importlib-metadata==6.6.0
|
14 |
Jinja2==3.1.2
|
|
|
15 |
jsonschema==4.17.3
|
16 |
markdown-it-py==2.2.0
|
17 |
MarkupSafe==2.1.2
|
@@ -31,10 +33,15 @@ pytz==2023.3
|
|
31 |
pytz-deprecation-shim==0.1.0.post0
|
32 |
requests==2.28.2
|
33 |
rich==13.3.4
|
|
|
|
|
34 |
six==1.16.0
|
35 |
smmap==5.0.0
|
36 |
streamlit==1.21.0
|
|
|
37 |
streamlit-option-menu==0.3.2
|
|
|
|
|
38 |
toml==0.10.2
|
39 |
toolz==0.12.0
|
40 |
tornado==6.3.1
|
|
|
6 |
charset-normalizer==3.1.0
|
7 |
click==8.1.3
|
8 |
decorator==5.1.1
|
9 |
+
defusedxml==0.7.1
|
10 |
entrypoints==0.4
|
11 |
gitdb==4.0.10
|
12 |
GitPython==3.1.31
|
13 |
idna==3.4
|
14 |
importlib-metadata==6.6.0
|
15 |
Jinja2==3.1.2
|
16 |
+
joblib==1.2.0
|
17 |
jsonschema==4.17.3
|
18 |
markdown-it-py==2.2.0
|
19 |
MarkupSafe==2.1.2
|
|
|
33 |
pytz-deprecation-shim==0.1.0.post0
|
34 |
requests==2.28.2
|
35 |
rich==13.3.4
|
36 |
+
scikit-learn==1.2.2
|
37 |
+
scipy==1.10.1
|
38 |
six==1.16.0
|
39 |
smmap==5.0.0
|
40 |
streamlit==1.21.0
|
41 |
+
streamlit-embedcode==0.1.2
|
42 |
streamlit-option-menu==0.3.2
|
43 |
+
tableauserverclient==0.25
|
44 |
+
threadpoolctl==3.1.0
|
45 |
toml==0.10.2
|
46 |
toolz==0.12.0
|
47 |
tornado==6.3.1
|