Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -25
requirements.txt
CHANGED
|
@@ -1,26 +1,14 @@
|
|
| 1 |
-
# SAFE VERSION - Tested and working
|
| 2 |
streamlit==1.30.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
# Data processing - Safe ranges
|
| 18 |
-
pypdf>=4.2.0,<5.0.0
|
| 19 |
-
spacy>=3.7.4,<4.0.0
|
| 20 |
-
langdetect>=1.0.9,<2.0.0
|
| 21 |
-
pycountry>=23.12.11
|
| 22 |
-
librosa>=0.10.1,<1.0.0
|
| 23 |
-
Pillow>=10.2.0,<11.0.0
|
| 24 |
-
opencv-python-headless>=4.9.0.80,<5.0.0
|
| 25 |
-
numpy>=1.26.4,<2.0.0
|
| 26 |
-
python-dotenv>=1.0.1,<2.0.0
|
|
|
|
|
|
|
| 1 |
streamlit==1.30.0
|
| 2 |
+
langchain-google-genai==1.0.8
|
| 3 |
+
google-genai==0.7.2
|
| 4 |
+
sarvamai==0.1.19
|
| 5 |
+
pypdf==4.2.0
|
| 6 |
+
spacy==3.7.4
|
| 7 |
+
langdetect==1.0.9
|
| 8 |
+
pycountry==23.12.11
|
| 9 |
+
opencv-python-headless==4.9.0.80
|
| 10 |
+
numpy==1.26.4
|
| 11 |
+
python-dotenv==1.0.1
|
| 12 |
+
Pillow==10.2.0
|
| 13 |
+
librosa==0.10.1
|
| 14 |
+
scikit-learn==1.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|