Spaces:
Sleeping
Sleeping
updated requirements
Browse files- requirements.txt +21 -8
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
aiofiles
|
| 2 |
aiohappyeyeballs==2.4.3
|
| 3 |
aiohttp==3.11.0
|
| 4 |
aiosignal==1.3.1
|
|
@@ -31,6 +31,7 @@ decorator==5.1.1
|
|
| 31 |
Deprecated==1.2.14
|
| 32 |
distro==1.9.0
|
| 33 |
docarray==0.40.0
|
|
|
|
| 34 |
durationpy==0.9
|
| 35 |
emoji==2.14.0
|
| 36 |
eval_type_backport==0.2.0
|
|
@@ -41,6 +42,7 @@ ffmpy==0.4.0
|
|
| 41 |
filelock==3.16.1
|
| 42 |
filetype==1.2.0
|
| 43 |
flatbuffers==24.3.25
|
|
|
|
| 44 |
frozenlist==1.5.0
|
| 45 |
fsspec==2024.10.0
|
| 46 |
google-auth==2.36.0
|
|
@@ -50,12 +52,13 @@ gradio_client==1.5.1
|
|
| 50 |
greenlet==3.1.1
|
| 51 |
grpcio==1.67.1
|
| 52 |
h11==0.14.0
|
|
|
|
| 53 |
html5lib==1.1
|
| 54 |
httpcore==1.0.6
|
| 55 |
httptools==0.6.4
|
| 56 |
httpx==0.27.2
|
| 57 |
httpx-sse==0.4.0
|
| 58 |
-
huggingface-hub==0.
|
| 59 |
humanfriendly==10.0
|
| 60 |
idna==3.10
|
| 61 |
importlib_metadata==8.5.0
|
|
@@ -75,14 +78,17 @@ jupyter_client==8.6.3
|
|
| 75 |
jupyter_core==5.7.2
|
| 76 |
jupyterlab_widgets==3.0.13
|
| 77 |
kubernetes==31.0.0
|
| 78 |
-
langchain==0.3.
|
| 79 |
langchain-community==0.3.7
|
| 80 |
-
langchain-core==0.3.
|
| 81 |
-
langchain-huggingface==0.
|
| 82 |
langchain-openai==0.2.9
|
| 83 |
-
langchain-text-splitters==0.3.
|
| 84 |
langdetect==1.0.9
|
| 85 |
-
|
|
|
|
|
|
|
|
|
|
| 86 |
lark==1.2.2
|
| 87 |
linkify-it-py==2.0.3
|
| 88 |
lxml==5.3.0
|
|
@@ -96,7 +102,9 @@ mdurl==0.1.2
|
|
| 96 |
mmh3==5.0.1
|
| 97 |
monotonic==1.6
|
| 98 |
mpmath==1.3.0
|
|
|
|
| 99 |
multidict==6.1.0
|
|
|
|
| 100 |
mypy-extensions==1.0.0
|
| 101 |
nest-asyncio==1.6.0
|
| 102 |
networkx==3.4.2
|
|
@@ -135,10 +143,12 @@ pandas==2.2.3
|
|
| 135 |
panel==1.5.4
|
| 136 |
param==2.1.1
|
| 137 |
parso==0.8.4
|
|
|
|
| 138 |
pexpect==4.9.0
|
| 139 |
pillow==11.0.0
|
| 140 |
platformdirs==4.3.6
|
| 141 |
posthog==3.7.0
|
|
|
|
| 142 |
prompt_toolkit==3.0.48
|
| 143 |
propcache==0.2.0
|
| 144 |
protobuf==5.28.3
|
|
@@ -206,7 +216,7 @@ typing_extensions==4.12.2
|
|
| 206 |
tzdata==2024.2
|
| 207 |
uc-micro-py==1.0.3
|
| 208 |
unstructured==0.16.9
|
| 209 |
-
unstructured-client
|
| 210 |
urllib3==2.2.3
|
| 211 |
uvicorn==0.32.0
|
| 212 |
uvloop==0.21.0
|
|
@@ -216,7 +226,10 @@ webencodings==0.5.1
|
|
| 216 |
websocket-client==1.8.0
|
| 217 |
websockets==14.1
|
| 218 |
widgetsnbextension==4.0.13
|
|
|
|
| 219 |
wrapt==1.16.0
|
| 220 |
xyzservices==2024.9.0
|
| 221 |
yarl==1.17.1
|
|
|
|
| 222 |
zipp==3.21.0
|
|
|
|
|
|
| 1 |
+
aiofiles==23.2.1
|
| 2 |
aiohappyeyeballs==2.4.3
|
| 3 |
aiohttp==3.11.0
|
| 4 |
aiosignal==1.3.1
|
|
|
|
| 31 |
Deprecated==1.2.14
|
| 32 |
distro==1.9.0
|
| 33 |
docarray==0.40.0
|
| 34 |
+
duckduckgo_search==6.4.1
|
| 35 |
durationpy==0.9
|
| 36 |
emoji==2.14.0
|
| 37 |
eval_type_backport==0.2.0
|
|
|
|
| 42 |
filelock==3.16.1
|
| 43 |
filetype==1.2.0
|
| 44 |
flatbuffers==24.3.25
|
| 45 |
+
frozendict==2.4.6
|
| 46 |
frozenlist==1.5.0
|
| 47 |
fsspec==2024.10.0
|
| 48 |
google-auth==2.36.0
|
|
|
|
| 52 |
greenlet==3.1.1
|
| 53 |
grpcio==1.67.1
|
| 54 |
h11==0.14.0
|
| 55 |
+
hf-xet==1.1.9
|
| 56 |
html5lib==1.1
|
| 57 |
httpcore==1.0.6
|
| 58 |
httptools==0.6.4
|
| 59 |
httpx==0.27.2
|
| 60 |
httpx-sse==0.4.0
|
| 61 |
+
huggingface-hub==0.34.4
|
| 62 |
humanfriendly==10.0
|
| 63 |
idna==3.10
|
| 64 |
importlib_metadata==8.5.0
|
|
|
|
| 78 |
jupyter_core==5.7.2
|
| 79 |
jupyterlab_widgets==3.0.13
|
| 80 |
kubernetes==31.0.0
|
| 81 |
+
langchain==0.3.27
|
| 82 |
langchain-community==0.3.7
|
| 83 |
+
langchain-core==0.3.75
|
| 84 |
+
langchain-huggingface==0.3.1
|
| 85 |
langchain-openai==0.2.9
|
| 86 |
+
langchain-text-splitters==0.3.11
|
| 87 |
langdetect==1.0.9
|
| 88 |
+
langgraph==0.2.59
|
| 89 |
+
langgraph-checkpoint==2.0.9
|
| 90 |
+
langgraph-sdk==0.1.45
|
| 91 |
+
langsmith==0.4.23
|
| 92 |
lark==1.2.2
|
| 93 |
linkify-it-py==2.0.3
|
| 94 |
lxml==5.3.0
|
|
|
|
| 102 |
mmh3==5.0.1
|
| 103 |
monotonic==1.6
|
| 104 |
mpmath==1.3.0
|
| 105 |
+
msgpack==1.1.0
|
| 106 |
multidict==6.1.0
|
| 107 |
+
multitasking==0.0.11
|
| 108 |
mypy-extensions==1.0.0
|
| 109 |
nest-asyncio==1.6.0
|
| 110 |
networkx==3.4.2
|
|
|
|
| 143 |
panel==1.5.4
|
| 144 |
param==2.1.1
|
| 145 |
parso==0.8.4
|
| 146 |
+
peewee==3.17.8
|
| 147 |
pexpect==4.9.0
|
| 148 |
pillow==11.0.0
|
| 149 |
platformdirs==4.3.6
|
| 150 |
posthog==3.7.0
|
| 151 |
+
primp==0.9.0
|
| 152 |
prompt_toolkit==3.0.48
|
| 153 |
propcache==0.2.0
|
| 154 |
protobuf==5.28.3
|
|
|
|
| 216 |
tzdata==2024.2
|
| 217 |
uc-micro-py==1.0.3
|
| 218 |
unstructured==0.16.9
|
| 219 |
+
unstructured-client==0.28.1
|
| 220 |
urllib3==2.2.3
|
| 221 |
uvicorn==0.32.0
|
| 222 |
uvloop==0.21.0
|
|
|
|
| 226 |
websocket-client==1.8.0
|
| 227 |
websockets==14.1
|
| 228 |
widgetsnbextension==4.0.13
|
| 229 |
+
wikipedia==1.4.0
|
| 230 |
wrapt==1.16.0
|
| 231 |
xyzservices==2024.9.0
|
| 232 |
yarl==1.17.1
|
| 233 |
+
yfinance==0.2.50
|
| 234 |
zipp==3.21.0
|
| 235 |
+
zstandard==0.24.0
|