Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
-
|
2 |
-
google-generativeai
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
google-generativeai>=0.3.0
|
3 |
+
langchain-google-genai>=0.0.1
|
4 |
+
langchain>=0.0.267
|
5 |
+
langchain-community>=0.0.13
|
6 |
+
faiss-cpu>=1.7.4
|
7 |
+
pypdf>=3.15.1
|
8 |
+
pytz>=2023.3
|
9 |
+
python-dotenv>=1.0.0
|