Spaces:
Sleeping
Sleeping
ruslanruslanruslan
commited on
Commit
•
c3b0438
1
Parent(s):
66e9d7c
requirements amended
Browse files- requirements.txt +5 -10
requirements.txt
CHANGED
@@ -6,11 +6,8 @@ certifi==2023.5.7
|
|
6 |
charset-normalizer==3.2.0
|
7 |
click==8.1.6
|
8 |
cmake==3.27.0
|
9 |
-
contourpy==1.1.0
|
10 |
-
cycler==0.11.0
|
11 |
decorator==5.1.1
|
12 |
filelock==3.12.2
|
13 |
-
fonttools==4.41.0
|
14 |
fsspec==2023.6.0
|
15 |
gitdb==4.0.10
|
16 |
GitPython==3.1.32
|
@@ -21,11 +18,9 @@ Jinja2==3.1.2
|
|
21 |
joblib==1.3.1
|
22 |
jsonschema==4.18.4
|
23 |
jsonschema-specifications==2023.7.1
|
24 |
-
kiwisolver==1.4.4
|
25 |
lit==16.0.6
|
26 |
markdown-it-py==3.0.0
|
27 |
MarkupSafe==2.1.3
|
28 |
-
matplotlib==3.7.2
|
29 |
mdurl==0.1.2
|
30 |
mpmath==1.3.0
|
31 |
networkx==3.1
|
@@ -47,10 +42,9 @@ pandas==2.0.3
|
|
47 |
Pillow==9.5.0
|
48 |
protobuf==4.23.4
|
49 |
pyarrow==12.0.1
|
50 |
-
pydeck==0.8.
|
51 |
Pygments==2.15.1
|
52 |
Pympler==1.0.1
|
53 |
-
pyparsing==3.0.9
|
54 |
python-dateutil==2.8.2
|
55 |
pytz==2023.3
|
56 |
pytz-deprecation-shim==0.1.0.post0
|
@@ -61,17 +55,18 @@ requests==2.31.0
|
|
61 |
rich==13.4.2
|
62 |
rpds-py==0.9.2
|
63 |
safetensors==0.3.1
|
|
|
|
|
64 |
six==1.16.0
|
65 |
-
sklearn==0.0.post7
|
66 |
smmap==5.0.0
|
67 |
-
streamlit==1.
|
68 |
sympy==1.12
|
69 |
tenacity==8.2.2
|
|
|
70 |
tokenizers==0.13.3
|
71 |
toml==0.10.2
|
72 |
toolz==0.12.0
|
73 |
torch==2.0.1
|
74 |
-
torchutils==0.0.4
|
75 |
tornado==6.3.2
|
76 |
tqdm==4.65.0
|
77 |
transformers==4.31.0
|
|
|
6 |
charset-normalizer==3.2.0
|
7 |
click==8.1.6
|
8 |
cmake==3.27.0
|
|
|
|
|
9 |
decorator==5.1.1
|
10 |
filelock==3.12.2
|
|
|
11 |
fsspec==2023.6.0
|
12 |
gitdb==4.0.10
|
13 |
GitPython==3.1.32
|
|
|
18 |
joblib==1.3.1
|
19 |
jsonschema==4.18.4
|
20 |
jsonschema-specifications==2023.7.1
|
|
|
21 |
lit==16.0.6
|
22 |
markdown-it-py==3.0.0
|
23 |
MarkupSafe==2.1.3
|
|
|
24 |
mdurl==0.1.2
|
25 |
mpmath==1.3.0
|
26 |
networkx==3.1
|
|
|
42 |
Pillow==9.5.0
|
43 |
protobuf==4.23.4
|
44 |
pyarrow==12.0.1
|
45 |
+
pydeck==0.8.0
|
46 |
Pygments==2.15.1
|
47 |
Pympler==1.0.1
|
|
|
48 |
python-dateutil==2.8.2
|
49 |
pytz==2023.3
|
50 |
pytz-deprecation-shim==0.1.0.post0
|
|
|
55 |
rich==13.4.2
|
56 |
rpds-py==0.9.2
|
57 |
safetensors==0.3.1
|
58 |
+
scikit-learn==1.3.0
|
59 |
+
scipy==1.11.1
|
60 |
six==1.16.0
|
|
|
61 |
smmap==5.0.0
|
62 |
+
streamlit==1.25.0
|
63 |
sympy==1.12
|
64 |
tenacity==8.2.2
|
65 |
+
threadpoolctl==3.2.0
|
66 |
tokenizers==0.13.3
|
67 |
toml==0.10.2
|
68 |
toolz==0.12.0
|
69 |
torch==2.0.1
|
|
|
70 |
tornado==6.3.2
|
71 |
tqdm==4.65.0
|
72 |
transformers==4.31.0
|