Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
langchain
|
| 2 |
-
langchain-google-genai
|
| 3 |
-
langchain-experimental
|
| 4 |
-
langchain-community
|
| 5 |
-
langchain-core
|
| 6 |
-
google-generativeai
|
| 7 |
pandas
|
| 8 |
openpyxl
|
| 9 |
xlrd
|
|
|
|
| 1 |
+
langchain>=0.3.0
|
| 2 |
+
langchain-google-genai>=2.0.0
|
| 3 |
+
langchain-experimental>=0.3.0
|
| 4 |
+
langchain-community>=0.3.0
|
| 5 |
+
langchain-core>=0.3.0
|
| 6 |
+
google-generativeai>=0.8.0
|
| 7 |
pandas
|
| 8 |
openpyxl
|
| 9 |
xlrd
|