Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -9
requirements.txt
CHANGED
@@ -6,12 +6,14 @@ annotated-types==0.7.0
|
|
6 |
anyio==4.4.0
|
7 |
async-timeout==4.0.3
|
8 |
attrs==23.2.0
|
|
|
9 |
certifi==2024.2.2
|
10 |
charset-normalizer==3.3.2
|
11 |
-
click==8.1.
|
12 |
contourpy==1.2.1
|
13 |
cycler==0.12.1
|
14 |
dnspython==2.6.1
|
|
|
15 |
email_validator==2.1.1
|
16 |
exceptiongroup==1.2.1
|
17 |
fastapi==0.111.0
|
@@ -28,7 +30,7 @@ h11==0.14.0
|
|
28 |
httpcore==1.0.5
|
29 |
httptools==0.6.1
|
30 |
httpx==0.27.0
|
31 |
-
huggingface-hub==0.
|
32 |
idna==3.7
|
33 |
importlib_resources==6.4.0
|
34 |
Jinja2==3.1.4
|
@@ -37,12 +39,12 @@ jsonpointer==2.4
|
|
37 |
jsonschema==4.22.0
|
38 |
jsonschema-specifications==2023.12.1
|
39 |
kiwisolver==1.4.5
|
40 |
-
langchain==0.2.1
|
41 |
langchain-core==0.2.3
|
42 |
-
langchain-nvidia-ai-endpoints==0.1.0
|
43 |
langchain-text-splitters==0.2.0
|
44 |
langsmith==0.1.67
|
|
|
45 |
markdown-it-py==3.0.0
|
|
|
46 |
MarkupSafe==2.1.5
|
47 |
matplotlib==3.9.0
|
48 |
mdurl==0.1.2
|
@@ -50,8 +52,9 @@ multidict==6.0.5
|
|
50 |
numpy==1.26.4
|
51 |
orjson==3.10.3
|
52 |
packaging==23.2
|
53 |
-
pandas==2.2.
|
54 |
-
pillow==
|
|
|
55 |
pydantic==2.7.2
|
56 |
pydantic_core==2.18.3
|
57 |
pydub==0.25.1
|
@@ -64,13 +67,15 @@ pytz==2024.1
|
|
64 |
PyYAML==6.0.1
|
65 |
referencing==0.35.1
|
66 |
requests==2.32.3
|
67 |
-
rich==13.
|
68 |
rpds-py==0.18.1
|
69 |
ruff==0.4.7
|
70 |
semantic-version==2.10.0
|
71 |
shellingham==1.5.4
|
72 |
six==1.16.0
|
|
|
73 |
sniffio==1.3.1
|
|
|
74 |
SQLAlchemy==2.0.30
|
75 |
starlette==0.37.2
|
76 |
tenacity==8.3.0
|
@@ -86,5 +91,4 @@ uvicorn==0.30.0
|
|
86 |
uvloop==0.19.0
|
87 |
watchfiles==0.22.0
|
88 |
websockets==11.0.3
|
89 |
-
yarl==1.9.4
|
90 |
-
smolagents
|
|
|
6 |
anyio==4.4.0
|
7 |
async-timeout==4.0.3
|
8 |
attrs==23.2.0
|
9 |
+
beautifulsoup4==4.13.3
|
10 |
certifi==2024.2.2
|
11 |
charset-normalizer==3.3.2
|
12 |
+
click==8.1.8
|
13 |
contourpy==1.2.1
|
14 |
cycler==0.12.1
|
15 |
dnspython==2.6.1
|
16 |
+
duckduckgo_search==7.5.2
|
17 |
email_validator==2.1.1
|
18 |
exceptiongroup==1.2.1
|
19 |
fastapi==0.111.0
|
|
|
30 |
httpcore==1.0.5
|
31 |
httptools==0.6.1
|
32 |
httpx==0.27.0
|
33 |
+
huggingface-hub==0.29.3
|
34 |
idna==3.7
|
35 |
importlib_resources==6.4.0
|
36 |
Jinja2==3.1.4
|
|
|
39 |
jsonschema==4.22.0
|
40 |
jsonschema-specifications==2023.12.1
|
41 |
kiwisolver==1.4.5
|
|
|
42 |
langchain-core==0.2.3
|
|
|
43 |
langchain-text-splitters==0.2.0
|
44 |
langsmith==0.1.67
|
45 |
+
lxml==5.3.1
|
46 |
markdown-it-py==3.0.0
|
47 |
+
markdownify==1.1.0
|
48 |
MarkupSafe==2.1.5
|
49 |
matplotlib==3.9.0
|
50 |
mdurl==0.1.2
|
|
|
52 |
numpy==1.26.4
|
53 |
orjson==3.10.3
|
54 |
packaging==23.2
|
55 |
+
pandas==2.2.3
|
56 |
+
pillow==11.1.0
|
57 |
+
primp==0.14.0
|
58 |
pydantic==2.7.2
|
59 |
pydantic_core==2.18.3
|
60 |
pydub==0.25.1
|
|
|
67 |
PyYAML==6.0.1
|
68 |
referencing==0.35.1
|
69 |
requests==2.32.3
|
70 |
+
rich==13.9.4
|
71 |
rpds-py==0.18.1
|
72 |
ruff==0.4.7
|
73 |
semantic-version==2.10.0
|
74 |
shellingham==1.5.4
|
75 |
six==1.16.0
|
76 |
+
smolagents==1.11.0
|
77 |
sniffio==1.3.1
|
78 |
+
soupsieve==2.6
|
79 |
SQLAlchemy==2.0.30
|
80 |
starlette==0.37.2
|
81 |
tenacity==8.3.0
|
|
|
91 |
uvloop==0.19.0
|
92 |
watchfiles==0.22.0
|
93 |
websockets==11.0.3
|
94 |
+
yarl==1.9.4
|
|