Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -56,6 +56,7 @@ Jinja2==3.1.5
|
|
56 |
joblib==1.4.2
|
57 |
jsonschema==4.23.0
|
58 |
jsonschema-specifications==2024.10.1
|
|
|
59 |
kiwisolver==1.4.8
|
60 |
kubernetes==31.0.0
|
61 |
lightning-utilities==0.11.9
|
@@ -71,7 +72,7 @@ multiprocess==0.70.16
|
|
71 |
narwhals==1.22.0
|
72 |
networkx==3.4.2
|
73 |
nltk==3.9.1
|
74 |
-
numpy==
|
75 |
oauthlib==3.2.2
|
76 |
onnxruntime==1.20.1
|
77 |
opentelemetry-api==1.29.0
|
@@ -138,6 +139,7 @@ streamlit==1.41.1
|
|
138 |
streamlit-option-menu==0.4.0
|
139 |
sympy==1.13.1
|
140 |
tenacity==9.0.0
|
|
|
141 |
textblob==0.19.0
|
142 |
threadpoolctl==3.5.0
|
143 |
tokenizers==0.21.0
|
@@ -162,4 +164,4 @@ wheel==0.45.1
|
|
162 |
wrapt==1.17.2
|
163 |
xxhash==3.5.0
|
164 |
yarl==1.18.3
|
165 |
-
zipp==3.21.0
|
|
|
56 |
joblib==1.4.2
|
57 |
jsonschema==4.23.0
|
58 |
jsonschema-specifications==2024.10.1
|
59 |
+
keras==3.5.0
|
60 |
kiwisolver==1.4.8
|
61 |
kubernetes==31.0.0
|
62 |
lightning-utilities==0.11.9
|
|
|
72 |
narwhals==1.22.0
|
73 |
networkx==3.4.2
|
74 |
nltk==3.9.1
|
75 |
+
numpy==1.26.0
|
76 |
oauthlib==3.2.2
|
77 |
onnxruntime==1.20.1
|
78 |
opentelemetry-api==1.29.0
|
|
|
139 |
streamlit-option-menu==0.4.0
|
140 |
sympy==1.13.1
|
141 |
tenacity==9.0.0
|
142 |
+
tensorflow-intel==2.18.0
|
143 |
textblob==0.19.0
|
144 |
threadpoolctl==3.5.0
|
145 |
tokenizers==0.21.0
|
|
|
164 |
wrapt==1.17.2
|
165 |
xxhash==3.5.0
|
166 |
yarl==1.18.3
|
167 |
+
zipp==3.21.0
|