Spaces:
Sleeping
Sleeping
google trans fixes
Browse files- requirements.txt +23 -1
requirements.txt
CHANGED
@@ -12,5 +12,27 @@ evaluate>=0.4.0
|
|
12 |
scikit-learn>=1.2.0
|
13 |
nlpaug>=1.1.0
|
14 |
googletrans==4.0.0-rc1
|
|
|
|
|
15 |
psutil>=5.9.0
|
16 |
-
nltk>=3.8.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
scikit-learn>=1.2.0
|
13 |
nlpaug>=1.1.0
|
14 |
googletrans==4.0.0-rc1
|
15 |
+
httpx==0.23.0 # Pinned to compatible version
|
16 |
+
httpcore==0.15.0 # Pinned to compatible version
|
17 |
psutil>=5.9.0
|
18 |
+
nltk>=3.8.0
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
# torch>=2.0.0
|
23 |
+
# transformers>=4.30.0
|
24 |
+
# sentence-transformers>=2.2.2
|
25 |
+
# faiss-cpu>=1.7.4
|
26 |
+
# pandas>=1.5.0
|
27 |
+
# streamlit>=1.36.0
|
28 |
+
# numpy>=1.24.0
|
29 |
+
# datasets>=2.10.0
|
30 |
+
# bitsandbytes>=0.40.0
|
31 |
+
# accelerate>=0.20.0
|
32 |
+
# evaluate>=0.4.0
|
33 |
+
# scikit-learn>=1.2.0
|
34 |
+
# nlpaug>=1.1.0
|
35 |
+
# googletrans==4.0.0-rc1
|
36 |
+
# psutil>=5.9.0
|
37 |
+
# nltk>=3.8.0
|
38 |
+
|