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
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- langchain
2
- langchain-groq
3
- langchain-google-genai
4
- langchain-community
5
- gradio
6
- tavily-python
7
- python-dotenv
 
 
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