Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
gradio==3.38.0
|
2 |
huggingface-hub==0.19.3
|
3 |
-
transformers
|
4 |
firebase_admin==6.5.0
|
5 |
pydantic==1.10.8
|
6 |
jsonpatch==1.32
|
7 |
joblib==1.3.2
|
8 |
-
sentence-transformers
|
9 |
-
spaces==0.30.0
|
10 |
-
|
11 |
-
|
12 |
-
openpyxl==3.1.1 # If you're using it with Excel files
|
|
|
1 |
gradio==3.38.0
|
2 |
huggingface-hub==0.19.3
|
3 |
+
transformers==4.33.2 # Latest stable version as of late 2024
|
4 |
firebase_admin==6.5.0
|
5 |
pydantic==1.10.8
|
6 |
jsonpatch==1.32
|
7 |
joblib==1.3.2
|
8 |
+
sentence-transformers==2.2.2 # Latest stable version
|
9 |
+
spaces==0.30.0
|
10 |
+
lancedb==0.5.0
|
11 |
+
openpyxl==3.1.1
|
|