Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -12,6 +12,7 @@ cffi==1.17.1
|
|
12 |
charset-normalizer==3.4.2
|
13 |
click==8.2.0
|
14 |
dataclasses-json==0.6.7
|
|
|
15 |
distro==1.9.0
|
16 |
duckduckgo_search==8.0.1
|
17 |
et_xmlfile==2.0.0
|
@@ -27,7 +28,7 @@ h11==0.16.0
|
|
27 |
httpcore==1.0.9
|
28 |
httpx==0.28.1
|
29 |
httpx-sse==0.4.0
|
30 |
-
huggingface-hub==0.31.
|
31 |
idna==3.10
|
32 |
itsdangerous==2.2.0
|
33 |
Jinja2==3.1.6
|
@@ -36,9 +37,9 @@ jsonpatch==1.33
|
|
36 |
jsonpointer==3.0.0
|
37 |
langchain==0.3.25
|
38 |
langchain-community==0.3.24
|
39 |
-
langchain-core==0.3.
|
40 |
langchain-experimental==0.3.4
|
41 |
-
langchain-openai==0.3.
|
42 |
langchain-text-splitters==0.3.8
|
43 |
langgraph==0.4.5
|
44 |
langgraph-checkpoint==2.0.26
|
@@ -85,6 +86,7 @@ ruff==0.11.9
|
|
85 |
safehttpx==0.1.6
|
86 |
safetensors==0.5.3
|
87 |
semantic-version==2.10.0
|
|
|
88 |
shellingham==1.5.4
|
89 |
six==1.17.0
|
90 |
smolagents==1.13.0
|
@@ -96,12 +98,12 @@ starlette==0.46.2
|
|
96 |
sympy==1.14.0
|
97 |
tenacity==9.1.2
|
98 |
tiktoken==0.9.0
|
99 |
-
tokenizers==0.
|
100 |
tomlkit==0.13.2
|
101 |
torch==2.7.0
|
102 |
torchvision==0.22.0
|
103 |
tqdm==4.67.1
|
104 |
-
transformers==4.
|
105 |
typer==0.15.3
|
106 |
typing-inspect==0.9.0
|
107 |
typing-inspection==0.4.0
|
@@ -115,5 +117,5 @@ Wikipedia-API==0.8.1
|
|
115 |
xlrd==2.0.1
|
116 |
xxhash==3.5.0
|
117 |
yarl==1.20.0
|
118 |
-
|
119 |
-
|
|
|
12 |
charset-normalizer==3.4.2
|
13 |
click==8.2.0
|
14 |
dataclasses-json==0.6.7
|
15 |
+
defusedxml==0.7.1
|
16 |
distro==1.9.0
|
17 |
duckduckgo_search==8.0.1
|
18 |
et_xmlfile==2.0.0
|
|
|
28 |
httpcore==1.0.9
|
29 |
httpx==0.28.1
|
30 |
httpx-sse==0.4.0
|
31 |
+
huggingface-hub==0.31.4
|
32 |
idna==3.10
|
33 |
itsdangerous==2.2.0
|
34 |
Jinja2==3.1.6
|
|
|
37 |
jsonpointer==3.0.0
|
38 |
langchain==0.3.25
|
39 |
langchain-community==0.3.24
|
40 |
+
langchain-core==0.3.61
|
41 |
langchain-experimental==0.3.4
|
42 |
+
langchain-openai==0.3.18
|
43 |
langchain-text-splitters==0.3.8
|
44 |
langgraph==0.4.5
|
45 |
langgraph-checkpoint==2.0.26
|
|
|
86 |
safehttpx==0.1.6
|
87 |
safetensors==0.5.3
|
88 |
semantic-version==2.10.0
|
89 |
+
sentencepiece==0.2.0
|
90 |
shellingham==1.5.4
|
91 |
six==1.17.0
|
92 |
smolagents==1.13.0
|
|
|
98 |
sympy==1.14.0
|
99 |
tenacity==9.1.2
|
100 |
tiktoken==0.9.0
|
101 |
+
tokenizers==0.13.3
|
102 |
tomlkit==0.13.2
|
103 |
torch==2.7.0
|
104 |
torchvision==0.22.0
|
105 |
tqdm==4.67.1
|
106 |
+
transformers==4.29.0
|
107 |
typer==0.15.3
|
108 |
typing-inspect==0.9.0
|
109 |
typing-inspection==0.4.0
|
|
|
117 |
xlrd==2.0.1
|
118 |
xxhash==3.5.0
|
119 |
yarl==1.20.0
|
120 |
+
youtube-transcript-api==1.0.3
|
121 |
+
zstandard==0.23.0
|