Hurum Maksora Tohfa commited on
Update requirements.txt to modify dependencies
Browse filesAdded google-genai and numpy packages, removed gspread and google-auth.
- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
streamlit>=1.35.0
|
| 2 |
anthropic>=0.25.0
|
| 3 |
openai>=1.0.0
|
|
|
|
| 4 |
requests>=2.31.0
|
| 5 |
PyMuPDF>=1.24.0
|
| 6 |
Pillow>=10.0.0
|
| 7 |
-
gspread>=6.0.0
|
| 8 |
-
google-auth>=2.0.0
|
| 9 |
datasets>=2.18.0
|
| 10 |
faiss-cpu>=1.7.4
|
|
|
|
|
|
| 1 |
streamlit>=1.35.0
|
| 2 |
anthropic>=0.25.0
|
| 3 |
openai>=1.0.0
|
| 4 |
+
google-genai>=0.3.0
|
| 5 |
requests>=2.31.0
|
| 6 |
PyMuPDF>=1.24.0
|
| 7 |
Pillow>=10.0.0
|
|
|
|
|
|
|
| 8 |
datasets>=2.18.0
|
| 9 |
faiss-cpu>=1.7.4
|
| 10 |
+
numpy>=1.26.0
|