Update requirements.txt
Browse files- requirements.txt +81 -2
requirements.txt
CHANGED
@@ -1,35 +1,68 @@
|
|
|
|
1 |
aiohappyeyeballs==2.4.3
|
2 |
aiohttp==3.10.10
|
3 |
aiosignal==1.3.1
|
4 |
annotated-types==0.7.0
|
5 |
anyio==4.6.0
|
|
|
6 |
attrs==24.2.0
|
7 |
beautifulsoup4==4.12.3
|
|
|
8 |
certifi==2024.8.30
|
9 |
charset-normalizer==3.4.0
|
10 |
click==8.1.7
|
|
|
11 |
contourpy==1.3.0
|
12 |
cycler==0.12.1
|
13 |
dataclasses-json==0.6.7
|
|
|
|
|
14 |
Deprecated==1.2.14
|
15 |
dirtyjson==1.0.8
|
16 |
diskcache==5.6.3
|
17 |
distro==1.9.0
|
18 |
dnspython==2.7.0
|
|
|
|
|
|
|
|
|
19 |
filelock==3.16.1
|
20 |
fonttools==4.54.1
|
21 |
frozenlist==1.4.1
|
22 |
fsspec==2024.9.0
|
|
|
|
|
|
|
23 |
greenlet==3.1.1
|
24 |
h11==0.14.0
|
25 |
httpcore==1.0.6
|
26 |
httpx==0.27.2
|
|
|
27 |
huggingface-hub==0.25.2
|
28 |
idna==3.10
|
|
|
|
|
|
|
|
|
29 |
Jinja2==3.1.4
|
30 |
jiter==0.6.1
|
31 |
joblib==1.4.2
|
|
|
|
|
|
|
|
|
|
|
32 |
kiwisolver==1.4.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
llama-cloud==0.1.2
|
34 |
llama-index==0.11.0
|
35 |
llama-index-agent-openai==0.3.3
|
@@ -48,16 +81,23 @@ llama-index-readers-file==0.2.2
|
|
48 |
llama-index-readers-llama-parse==0.3.0
|
49 |
llama-index-vector-stores-mongodb==0.3.2
|
50 |
llama-parse==0.5.7
|
51 |
-
llama_cpp_python==0.
|
52 |
-
|
|
|
|
|
53 |
marshmallow==3.22.0
|
54 |
matplotlib==3.9.2
|
|
|
|
|
55 |
minijinja==2.2.0
|
56 |
mpmath==1.3.0
|
|
|
57 |
multidict==6.1.0
|
58 |
mypy-extensions==1.0.0
|
|
|
59 |
networkx==3.4
|
60 |
nltk==3.9.1
|
|
|
61 |
numpy==1.26.4
|
62 |
nvidia-cublas-cu12==12.1.3.1
|
63 |
nvidia-cuda-cupti-cu12==12.1.105
|
@@ -71,39 +111,78 @@ nvidia-cusparse-cu12==12.1.0.106
|
|
71 |
nvidia-nccl-cu12==2.20.5
|
72 |
nvidia-nvjitlink-cu12==12.6.77
|
73 |
nvidia-nvtx-cu12==12.1.105
|
|
|
74 |
openai==1.51.2
|
|
|
|
|
75 |
pandas==2.2.3
|
|
|
|
|
|
|
76 |
pillow==10.4.0
|
|
|
|
|
77 |
propcache==0.2.0
|
|
|
|
|
|
|
|
|
78 |
pydantic==2.9.2
|
|
|
79 |
pydantic_core==2.23.4
|
|
|
|
|
|
|
80 |
pymongo==4.10.1
|
81 |
PyMuPDF==1.24.11
|
82 |
pyparsing==3.1.4
|
83 |
pypdf==4.3.1
|
|
|
|
|
|
|
84 |
pytz==2024.2
|
85 |
PyYAML==6.0.2
|
|
|
86 |
regex==2024.9.11
|
87 |
requests==2.32.3
|
|
|
|
|
|
|
|
|
88 |
safetensors==0.4.5
|
89 |
scikit-learn==1.5.2
|
90 |
scipy==1.14.1
|
|
|
91 |
sentence-transformers==3.2.0
|
|
|
|
|
92 |
sniffio==1.3.1
|
93 |
soupsieve==2.6
|
94 |
SQLAlchemy==2.0.35
|
|
|
|
|
95 |
striprtf==0.0.26
|
96 |
sympy==1.13.3
|
|
|
97 |
tenacity==8.5.0
|
98 |
threadpoolctl==3.5.0
|
99 |
tiktoken==0.8.0
|
100 |
tokenizers==0.20.1
|
|
|
101 |
torch==2.4.1
|
|
|
102 |
tqdm==4.66.5
|
|
|
103 |
transformers==4.45.2
|
104 |
triton==3.0.0
|
|
|
105 |
typing-inspect==0.9.0
|
|
|
106 |
tzdata==2024.2
|
107 |
urllib3==2.2.3
|
|
|
|
|
|
|
108 |
wrapt==1.16.0
|
109 |
yarl==1.14.0
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
aiohappyeyeballs==2.4.3
|
3 |
aiohttp==3.10.10
|
4 |
aiosignal==1.3.1
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.6.0
|
7 |
+
asttokens @ file:///home/conda/feedstock_root/build_artifacts/asttokens_1698341106958/work
|
8 |
attrs==24.2.0
|
9 |
beautifulsoup4==4.12.3
|
10 |
+
bs4==0.0.2
|
11 |
certifi==2024.8.30
|
12 |
charset-normalizer==3.4.0
|
13 |
click==8.1.7
|
14 |
+
comm @ file:///home/conda/feedstock_root/build_artifacts/comm_1710320294760/work
|
15 |
contourpy==1.3.0
|
16 |
cycler==0.12.1
|
17 |
dataclasses-json==0.6.7
|
18 |
+
debugpy @ file:///home/conda/feedstock_root/build_artifacts/debugpy_1728594126643/work
|
19 |
+
decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1641555617451/work
|
20 |
Deprecated==1.2.14
|
21 |
dirtyjson==1.0.8
|
22 |
diskcache==5.6.3
|
23 |
distro==1.9.0
|
24 |
dnspython==2.7.0
|
25 |
+
exceptiongroup @ file:///home/conda/feedstock_root/build_artifacts/exceptiongroup_1720869315914/work
|
26 |
+
executing @ file:///home/conda/feedstock_root/build_artifacts/executing_1725214404607/work
|
27 |
+
fastapi==0.115.4
|
28 |
+
ffmpy==0.4.0
|
29 |
filelock==3.16.1
|
30 |
fonttools==4.54.1
|
31 |
frozenlist==1.4.1
|
32 |
fsspec==2024.9.0
|
33 |
+
gpt4all==2.8.2
|
34 |
+
gradio==5.4.0
|
35 |
+
gradio_client==1.4.2
|
36 |
greenlet==3.1.1
|
37 |
h11==0.14.0
|
38 |
httpcore==1.0.6
|
39 |
httpx==0.27.2
|
40 |
+
httpx-sse==0.4.0
|
41 |
huggingface-hub==0.25.2
|
42 |
idna==3.10
|
43 |
+
importlib_metadata @ file:///home/conda/feedstock_root/build_artifacts/importlib-metadata_1726082825846/work
|
44 |
+
ipykernel @ file:///home/conda/feedstock_root/build_artifacts/ipykernel_1719845459717/work
|
45 |
+
ipython @ file:///home/conda/feedstock_root/build_artifacts/ipython_1727944696411/work
|
46 |
+
jedi @ file:///home/conda/feedstock_root/build_artifacts/jedi_1696326070614/work
|
47 |
Jinja2==3.1.4
|
48 |
jiter==0.6.1
|
49 |
joblib==1.4.2
|
50 |
+
jsonlines==4.0.0
|
51 |
+
jsonpatch==1.33
|
52 |
+
jsonpointer==3.0.0
|
53 |
+
jupyter_client @ file:///home/conda/feedstock_root/build_artifacts/jupyter_client_1726610684920/work
|
54 |
+
jupyter_core @ file:///home/conda/feedstock_root/build_artifacts/jupyter_core_1727163409502/work
|
55 |
kiwisolver==1.4.7
|
56 |
+
langchain==0.3.6
|
57 |
+
langchain-community==0.3.4
|
58 |
+
langchain-core==0.3.14
|
59 |
+
langchain-nomic==0.1.3
|
60 |
+
langchain-ollama==0.2.0
|
61 |
+
langchain-text-splitters==0.3.1
|
62 |
+
langgraph==0.2.42
|
63 |
+
langgraph-checkpoint==2.0.2
|
64 |
+
langgraph-sdk==0.1.35
|
65 |
+
langsmith==0.1.138
|
66 |
llama-cloud==0.1.2
|
67 |
llama-index==0.11.0
|
68 |
llama-index-agent-openai==0.3.3
|
|
|
81 |
llama-index-readers-llama-parse==0.3.0
|
82 |
llama-index-vector-stores-mongodb==0.3.2
|
83 |
llama-parse==0.5.7
|
84 |
+
llama_cpp_python==0.3.1
|
85 |
+
loguru==0.7.2
|
86 |
+
markdown-it-py==3.0.0
|
87 |
+
MarkupSafe==2.1.5
|
88 |
marshmallow==3.22.0
|
89 |
matplotlib==3.9.2
|
90 |
+
matplotlib-inline @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1713250518406/work
|
91 |
+
mdurl==0.1.2
|
92 |
minijinja==2.2.0
|
93 |
mpmath==1.3.0
|
94 |
+
msgpack==1.1.0
|
95 |
multidict==6.1.0
|
96 |
mypy-extensions==1.0.0
|
97 |
+
nest_asyncio @ file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1705850609492/work
|
98 |
networkx==3.4
|
99 |
nltk==3.9.1
|
100 |
+
nomic==3.3.0
|
101 |
numpy==1.26.4
|
102 |
nvidia-cublas-cu12==12.1.3.1
|
103 |
nvidia-cuda-cupti-cu12==12.1.105
|
|
|
111 |
nvidia-nccl-cu12==2.20.5
|
112 |
nvidia-nvjitlink-cu12==12.6.77
|
113 |
nvidia-nvtx-cu12==12.1.105
|
114 |
+
ollama==0.3.3
|
115 |
openai==1.51.2
|
116 |
+
orjson==3.10.10
|
117 |
+
packaging @ file:///home/conda/feedstock_root/build_artifacts/packaging_1718189413536/work
|
118 |
pandas==2.2.3
|
119 |
+
parso @ file:///home/conda/feedstock_root/build_artifacts/parso_1712320355065/work
|
120 |
+
pexpect @ file:///home/conda/feedstock_root/build_artifacts/pexpect_1706113125309/work
|
121 |
+
pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work
|
122 |
pillow==10.4.0
|
123 |
+
platformdirs @ file:///home/conda/feedstock_root/build_artifacts/platformdirs_1726613481435/work
|
124 |
+
prompt_toolkit @ file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1727341649933/work
|
125 |
propcache==0.2.0
|
126 |
+
psutil @ file:///home/conda/feedstock_root/build_artifacts/psutil_1725737916418/work
|
127 |
+
ptyprocess @ file:///home/conda/feedstock_root/build_artifacts/ptyprocess_1609419310487/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl
|
128 |
+
pure_eval @ file:///home/conda/feedstock_root/build_artifacts/pure_eval_1721585709575/work
|
129 |
+
pyarrow==18.0.0
|
130 |
pydantic==2.9.2
|
131 |
+
pydantic-settings==2.6.0
|
132 |
pydantic_core==2.23.4
|
133 |
+
pydub==0.25.1
|
134 |
+
Pygments @ file:///home/conda/feedstock_root/build_artifacts/pygments_1714846767233/work
|
135 |
+
PyJWT==2.9.0
|
136 |
pymongo==4.10.1
|
137 |
PyMuPDF==1.24.11
|
138 |
pyparsing==3.1.4
|
139 |
pypdf==4.3.1
|
140 |
+
python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1709299778482/work
|
141 |
+
python-dotenv==1.0.1
|
142 |
+
python-multipart==0.0.12
|
143 |
pytz==2024.2
|
144 |
PyYAML==6.0.2
|
145 |
+
pyzmq @ file:///home/conda/feedstock_root/build_artifacts/pyzmq_1728642222605/work
|
146 |
regex==2024.9.11
|
147 |
requests==2.32.3
|
148 |
+
requests-toolbelt==1.0.0
|
149 |
+
rich==13.9.3
|
150 |
+
ruff==0.7.1
|
151 |
+
safehttpx==0.1.1
|
152 |
safetensors==0.4.5
|
153 |
scikit-learn==1.5.2
|
154 |
scipy==1.14.1
|
155 |
+
semantic-version==2.10.0
|
156 |
sentence-transformers==3.2.0
|
157 |
+
shellingham==1.5.4
|
158 |
+
six @ file:///home/conda/feedstock_root/build_artifacts/six_1620240208055/work
|
159 |
sniffio==1.3.1
|
160 |
soupsieve==2.6
|
161 |
SQLAlchemy==2.0.35
|
162 |
+
stack-data @ file:///home/conda/feedstock_root/build_artifacts/stack_data_1669632077133/work
|
163 |
+
starlette==0.41.2
|
164 |
striprtf==0.0.26
|
165 |
sympy==1.13.3
|
166 |
+
tavily-python==0.5.0
|
167 |
tenacity==8.5.0
|
168 |
threadpoolctl==3.5.0
|
169 |
tiktoken==0.8.0
|
170 |
tokenizers==0.20.1
|
171 |
+
tomlkit==0.12.0
|
172 |
torch==2.4.1
|
173 |
+
tornado @ file:///home/conda/feedstock_root/build_artifacts/tornado_1724956126282/work
|
174 |
tqdm==4.66.5
|
175 |
+
traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1713535121073/work
|
176 |
transformers==4.45.2
|
177 |
triton==3.0.0
|
178 |
+
typer==0.12.5
|
179 |
typing-inspect==0.9.0
|
180 |
+
typing_extensions==4.12.2
|
181 |
tzdata==2024.2
|
182 |
urllib3==2.2.3
|
183 |
+
uvicorn==0.32.0
|
184 |
+
wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1704731205417/work
|
185 |
+
websockets==12.0
|
186 |
wrapt==1.16.0
|
187 |
yarl==1.14.0
|
188 |
+
zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1726248574750/work
|