dfasd
commited on
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
|
|
|
|
|
|
1 |
python-dotenv==1.0.0
|
2 |
langchain-community==0.0.38
|
3 |
langchain-text-splitters==0.0.1
|
4 |
langchain-openai==0.0.8
|
5 |
langchain-core==0.1.52
|
6 |
langchain==0.1.16
|
7 |
-
gradio==3.1.4
|
|
|
1 |
+
gradio --upgrade
|
2 |
+
httpx --upgrade
|
3 |
+
pip --upgrade
|
4 |
python-dotenv==1.0.0
|
5 |
langchain-community==0.0.38
|
6 |
langchain-text-splitters==0.0.1
|
7 |
langchain-openai==0.0.8
|
8 |
langchain-core==0.1.52
|
9 |
langchain==0.1.16
|
10 |
+
gradio==3.1.4
|