Spaces:
Runtime error
Runtime error
Madhu Chitikela commited on
Commit ·
b33de75
1
Parent(s): 0727225
Fix: Pin gradio==4.44.0 + huggingface_hub==0.25.2 for compatibility
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
langchain
|
| 4 |
-
langchain-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
huggingface_hub==0.25.2
|
| 3 |
+
langchain==0.2.16
|
| 4 |
+
langchain-groq==0.1.9
|
| 5 |
+
langchain-google-genai==1.0.10
|
| 6 |
+
langchain-community==0.2.16
|
| 7 |
+
tavily-python==0.3.9
|
| 8 |
+
python-dotenv==1.0.1
|