Update requirements.txt
Browse files- requirements.txt +99 -1
requirements.txt
CHANGED
@@ -1,10 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
datasets==3.5.0
|
|
|
2 |
duckduckgo_search==2025.4.4
|
3 |
faiss-cpu==1.10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
huggingface-hub==0.30.1
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
langchain-community==0.3.21
|
|
|
|
|
6 |
langgraph==0.3.25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
tensorflow==2.19.0
|
|
|
|
|
8 |
tf_keras==2.19.0
|
|
|
9 |
torch==2.6.0
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.2.2
|
2 |
+
aiohappyeyeballs==2.6.1
|
3 |
+
aiohttp==3.11.16
|
4 |
+
aiosignal==1.3.2
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.9.0
|
7 |
+
astunparse==1.6.3
|
8 |
+
attrs==25.3.0
|
9 |
+
certifi==2025.1.31
|
10 |
+
charset-normalizer==3.4.1
|
11 |
+
click==8.1.8
|
12 |
+
colorama==0.4.6
|
13 |
+
dataclasses-json==0.6.7
|
14 |
datasets==3.5.0
|
15 |
+
dill==0.3.8
|
16 |
duckduckgo_search==2025.4.4
|
17 |
faiss-cpu==1.10.0
|
18 |
+
filelock==3.18.0
|
19 |
+
flatbuffers==25.2.10
|
20 |
+
frozenlist==1.5.0
|
21 |
+
fsspec==2024.12.0
|
22 |
+
gast==0.6.0
|
23 |
+
google-pasta==0.2.0
|
24 |
+
greenlet==3.1.1
|
25 |
+
grpcio==1.71.0
|
26 |
+
h11==0.14.0
|
27 |
+
h5py==3.13.0
|
28 |
+
httpcore==1.0.7
|
29 |
+
httpx==0.28.1
|
30 |
+
httpx-sse==0.4.0
|
31 |
huggingface-hub==0.30.1
|
32 |
+
idna==3.10
|
33 |
+
Jinja2==3.1.6
|
34 |
+
jsonpatch==1.33
|
35 |
+
jsonpointer==3.0.0
|
36 |
+
keras==3.9.2
|
37 |
+
langchain==0.3.23
|
38 |
langchain-community==0.3.21
|
39 |
+
langchain-core==0.3.51
|
40 |
+
langchain-text-splitters==0.3.8
|
41 |
langgraph==0.3.25
|
42 |
+
langgraph-checkpoint==2.0.24
|
43 |
+
langgraph-prebuilt==0.1.8
|
44 |
+
langgraph-sdk==0.1.61
|
45 |
+
langsmith==0.3.24
|
46 |
+
libclang==18.1.1
|
47 |
+
lxml==5.3.1
|
48 |
+
Markdown==3.7
|
49 |
+
markdown-it-py==3.0.0
|
50 |
+
MarkupSafe==3.0.2
|
51 |
+
marshmallow==3.26.1
|
52 |
+
mdurl==0.1.2
|
53 |
+
ml_dtypes==0.5.1
|
54 |
+
mpmath==1.3.0
|
55 |
+
multidict==6.3.2
|
56 |
+
multiprocess==0.70.16
|
57 |
+
mypy-extensions==1.0.0
|
58 |
+
namex==0.0.8
|
59 |
+
networkx==3.4.2
|
60 |
+
numpy==2.1.3
|
61 |
+
opt_einsum==3.4.0
|
62 |
+
optree==0.14.1
|
63 |
+
orjson==3.10.16
|
64 |
+
ormsgpack==1.9.1
|
65 |
+
packaging==24.2
|
66 |
+
pandas==2.2.3
|
67 |
+
primp==0.14.0
|
68 |
+
propcache==0.3.1
|
69 |
+
protobuf==5.29.4
|
70 |
+
pyarrow==19.0.1
|
71 |
+
pydantic==2.11.2
|
72 |
+
pydantic-settings==2.8.1
|
73 |
+
pydantic_core==2.33.1
|
74 |
+
Pygments==2.19.1
|
75 |
+
python-dateutil==2.9.0.post0
|
76 |
+
python-dotenv==1.1.0
|
77 |
+
pytz==2025.2
|
78 |
+
PyYAML==6.0.2
|
79 |
+
regex==2024.11.6
|
80 |
+
requests==2.32.3
|
81 |
+
requests-toolbelt==1.0.0
|
82 |
+
rich==14.0.0
|
83 |
+
safetensors==0.5.3
|
84 |
+
six==1.17.0
|
85 |
+
sniffio==1.3.1
|
86 |
+
SQLAlchemy==2.0.40
|
87 |
+
sympy==1.13.1
|
88 |
+
tenacity==9.1.2
|
89 |
+
tensorboard==2.19.0
|
90 |
+
tensorboard-data-server==0.7.2
|
91 |
tensorflow==2.19.0
|
92 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
93 |
+
termcolor==3.0.1
|
94 |
tf_keras==2.19.0
|
95 |
+
tokenizers==0.21.1
|
96 |
torch==2.6.0
|
97 |
+
tqdm==4.67.1
|
98 |
+
transformers==4.50.3
|
99 |
+
typing-inspect==0.9.0
|
100 |
+
typing-inspection==0.4.0
|
101 |
+
typing_extensions==4.13.1
|
102 |
+
tzdata==2025.2
|
103 |
+
urllib3==2.3.0
|
104 |
+
Werkzeug==3.1.3
|
105 |
+
wrapt==1.17.2
|
106 |
+
xxhash==3.5.0
|
107 |
+
yarl==1.18.3
|
108 |
+
zstandard==0.23.0
|