Spaces:
Sleeping
Sleeping
Hasnan Ramadhan
commited on
Commit
·
4b496f2
1
Parent(s):
4e85afc
specified the pydantic version
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
gradio
|
3 |
langgraph
|
4 |
langchain-community
|
5 |
requests
|
@@ -7,4 +7,5 @@ groq
|
|
7 |
python-dotenv
|
8 |
PyMuPDF
|
9 |
google
|
10 |
-
beautifulsoup4
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
gradio==3.35.0
|
3 |
langgraph
|
4 |
langchain-community
|
5 |
requests
|
|
|
7 |
python-dotenv
|
8 |
PyMuPDF
|
9 |
google
|
10 |
+
beautifulsoup4
|
11 |
+
pydantic==2.10.6
|