Stéphanie Kamgnia Wonkap
commited on
Commit
·
eeb445a
1
Parent(s):
00a504c
requirements
Browse files- app.py +1 -1
- requirements.txt +310 -310
app.py
CHANGED
@@ -33,7 +33,7 @@ READER_MODEL_NAME=cfg['READER_MODEL_NAME']
|
|
33 |
RERANKER_MODEL_NAME=cfg['RERANKER_MODEL_NAME']
|
34 |
VECTORDB_PATH=cfg['VECTORDB_PATH']
|
35 |
|
36 |
-
st.title("RAG
|
37 |
|
38 |
user_query = st.text_input("Entrez votre question:")
|
39 |
|
|
|
33 |
RERANKER_MODEL_NAME=cfg['RERANKER_MODEL_NAME']
|
34 |
VECTORDB_PATH=cfg['VECTORDB_PATH']
|
35 |
|
36 |
+
st.title("Une application RAG pour interroger le Collège de Pédiatrie 2024")
|
37 |
|
38 |
user_query = st.text_input("Entrez votre question:")
|
39 |
|
requirements.txt
CHANGED
@@ -1,73 +1,73 @@
|
|
1 |
-
absl-py==1.4.0
|
2 |
-
accelerate==0.34.2
|
3 |
-
aiohappyeyeballs==2.4.3
|
4 |
-
aiohttp==3.10.10
|
5 |
-
aiosignal==1.3.1
|
6 |
-
alabaster==0.7.16
|
7 |
-
albucore==0.0.19
|
8 |
-
albumentations==1.4.20
|
9 |
-
altair==4.2.2
|
10 |
-
annotated-types==0.7.0
|
11 |
-
annoy==1.17.3
|
12 |
-
anyio==3.7.1
|
13 |
-
argon2-cffi==23.1.0
|
14 |
-
argon2-cffi-bindings==21.2.0
|
15 |
array_record==0.5.1
|
16 |
-
arviz==0.20.0
|
17 |
-
astropy==6.1.4
|
18 |
-
astropy-iers-data==0.2024.10.28.0.34.7
|
19 |
-
astunparse==1.6.3
|
20 |
-
async-timeout==4.0.3
|
21 |
-
atpublic==4.1.0
|
22 |
-
attrs==24.2.0
|
23 |
-
audioread==3.0.1
|
24 |
-
autograd==1.7.0
|
25 |
-
babel==2.16.0
|
26 |
-
backcall==0.2.0
|
27 |
-
beautifulsoup4==4.12.3
|
28 |
-
bigframes
|
29 |
-
bigquery-magics==0.4.0
|
30 |
-
bitarray==3.0.0
|
31 |
-
bitsandbytes==0.44.1
|
32 |
-
bleach==6.2.0
|
33 |
-
blinker==1.4
|
34 |
-
blis==0.7.11
|
35 |
-
blosc2==2.0.0
|
36 |
-
bokeh==3.4.3
|
37 |
-
Bottleneck==1.4.2
|
38 |
-
bqplot==0.12.43
|
39 |
-
branca==0.8.0
|
40 |
-
CacheControl==0.14.0
|
41 |
-
cachetools==5.5.0
|
42 |
-
catalogue==2.0.10
|
43 |
-
certifi==2024.8.30
|
44 |
-
cffi==1.17.1
|
45 |
-
chardet==5.2.0
|
46 |
-
charset-normalizer==3.4.0
|
47 |
-
chex==0.1.87
|
48 |
-
clarabel==0.9.0
|
49 |
-
click==8.1.7
|
50 |
-
cloudpathlib==0.20.0
|
51 |
-
cloudpickle==3.1.0
|
52 |
-
cmake==3.30.5
|
53 |
-
cmdstanpy==1.2.4
|
54 |
-
colbert-ai==0.2.19
|
55 |
-
colorcet==3.1.0
|
56 |
-
colorlover==0.3.0
|
57 |
-
colour==0.1.5
|
58 |
-
community==1.0.0b1
|
59 |
-
confection==0.1.5
|
60 |
-
cons==0.4.6
|
61 |
-
contourpy==1.3.0
|
62 |
-
cryptography==43.0.3
|
63 |
cuda-python==12.2.1
|
64 |
cudf-cu12 @ https://pypi.nvidia.com/cudf-cu12/cudf_cu12-24.10.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
|
65 |
cufflinks==0.17.3
|
66 |
cupy-cuda12x==12.2.0
|
67 |
cvxopt==1.3.2
|
68 |
-
cvxpy==1.5.3
|
69 |
-
cycler==0.12.1
|
70 |
-
cymem==2.0.8
|
71 |
Cython==3.0.11
|
72 |
dask
|
73 |
dataclasses-json==0.6.7
|
@@ -168,81 +168,81 @@ GitPython==3.1.43
|
|
168 |
#googleapis-common-protos==1.65.0
|
169 |
#googledrivedownloader==0.4
|
170 |
graphviz==0.20.3
|
171 |
-
greenlet==3.1.1
|
172 |
-
grpc-google-iam-v1==0.13.1
|
173 |
-
grpcio==1.64.1
|
174 |
-
grpcio-status==1.48.2
|
175 |
-
gspread==6.0.2
|
176 |
-
gspread-dataframe==3.3.1
|
177 |
-
gym==0.25.2
|
178 |
-
gym-notices==0.0.8
|
179 |
-
h11==0.14.0
|
180 |
-
h5netcdf==1.4.0
|
181 |
-
h5py==3.12.1
|
182 |
-
holidays==0.59
|
183 |
-
holoviews==1.19.1
|
184 |
-
html5lib==1.1
|
185 |
-
httpcore==1.0.6
|
186 |
-
httpimport==1.4.0
|
187 |
-
httplib2==0.22.0
|
188 |
-
httpx==0.27.2
|
189 |
-
httpx-sse==0.4.0
|
190 |
huggingface-hub==0.24.7
|
191 |
humanize==4.11.0
|
192 |
hyperopt==0.2.7
|
193 |
-
ibis-framework==9.2.0
|
194 |
-
idna==3.10
|
195 |
-
imageio==2.36.0
|
196 |
-
imageio-ffmpeg==0.5.1
|
197 |
-
imagesize==1.4.1
|
198 |
-
imbalanced-learn==0.12.4
|
199 |
-
imgaug==0.4.0
|
200 |
-
immutabledict==4.2.0
|
201 |
-
importlib_metadata==8.5.0
|
202 |
-
importlib_resources==6.4.5
|
203 |
-
imutils==0.5.4
|
204 |
-
inflect==7.4.0
|
205 |
-
iniconfig==2.0.0
|
206 |
-
intel-cmplr-lib-ur==2025.0.0
|
207 |
-
intel-openmp==2025.0.0
|
208 |
-
ipyevents==2.0.2
|
209 |
-
ipyfilechooser==0.6.0
|
210 |
-
ipykernel==5.5.6
|
211 |
-
ipyleaflet==0.19.2
|
212 |
-
ipyparallel==8.8.0
|
213 |
-
ipython==7.34.0
|
214 |
-
ipython-genutils==0.2.0
|
215 |
-
ipython-sql==0.5.0
|
216 |
-
ipytree==0.2.2
|
217 |
-
ipywidgets==7.7.1
|
218 |
-
itsdangerous==2.2.0
|
219 |
-
jax==0.4.33
|
220 |
-
jax-cuda12-pjrt==0.4.33
|
221 |
-
jax-cuda12-plugin==0.4.33
|
222 |
-
jaxlib==0.4.33
|
223 |
-
jeepney==0.7.1
|
224 |
-
jellyfish==1.1.0
|
225 |
-
jieba==0.42.1
|
226 |
-
Jinja2==3.1.4
|
227 |
-
jiter==0.6.1
|
228 |
-
joblib==1.4.2
|
229 |
-
jsonpatch==1.33
|
230 |
-
jsonpickle==3.3.0
|
231 |
-
jsonpointer==3.0.0
|
232 |
-
jsonschema==4.23.0
|
233 |
-
jsonschema-specifications==2024.10.1
|
234 |
-
jupyter-client==6.1.12
|
235 |
-
jupyter-console==6.1.0
|
236 |
-
jupyter-leaflet==0.19.2
|
237 |
-
jupyter-server==1.24.0
|
238 |
-
jupyter_core==5.7.2
|
239 |
-
jupyterlab_pygments==0.3.0
|
240 |
-
jupyterlab_widgets==3.0.13
|
241 |
-
kaggle==1.6.17
|
242 |
kagglehub==0.3.3
|
243 |
keras==3.4.1
|
244 |
-
keyring==23.5.0
|
245 |
-
kiwisolver==1.4.7
|
246 |
langchain==0.3.7
|
247 |
langchain-community==0.3.5
|
248 |
langchain-core==0.3.15
|
@@ -255,12 +255,12 @@ language_data==1.2.0
|
|
255 |
launchpadlib==1.10.16
|
256 |
lazr.restfulclient==0.14.4
|
257 |
lazr.uri==1.0.6
|
258 |
-
lazy_loader==0.4
|
259 |
-
libclang==18.1.1
|
260 |
-
libcudf-cu12 @ https://pypi.nvidia.com/libcudf-cu12/libcudf_cu12-24.10.1-py3-none-manylinux_2_28_x86_64.whl
|
261 |
-
librosa==0.10.2.post1
|
262 |
lightgbm==4.5.0
|
263 |
-
linkify-it-py==2.0.3
|
264 |
llama-cloud==0.1.4
|
265 |
llama-index==0.11.22
|
266 |
llama-index-agent-openai==0.3.4
|
@@ -277,68 +277,68 @@ llama-index-readers-file==0.2.2
|
|
277 |
llama-index-readers-llama-parse==0.3.0
|
278 |
llama-parse==0.5.13
|
279 |
llvmlite==0.43.0
|
280 |
-
locket==1.0.0
|
281 |
-
logical-unification==0.4.6
|
282 |
-
lxml==5.3.0
|
283 |
-
marisa-trie==1.2.1
|
284 |
-
Markdown==3.7
|
285 |
-
markdown-it-py==3.0.0
|
286 |
-
MarkupSafe==3.0.2
|
287 |
-
marshmallow==3.23.1
|
288 |
matplotlib==3.8.0
|
289 |
matplotlib-inline==0.1.7
|
290 |
matplotlib-venn==1.1.1
|
291 |
-
mdit-py-plugins==0.4.2
|
292 |
-
mdurl==0.1.2
|
293 |
-
miniKanren==1.0.3
|
294 |
-
missingno==0.5.2
|
295 |
-
mistune==3.0.2
|
296 |
-
mizani==0.13.0
|
297 |
-
mkl==2024.2.2
|
298 |
-
ml-dtypes==0.4.1
|
299 |
-
mlxtend==0.23.1
|
300 |
-
more-itertools==10.5.0
|
301 |
-
moviepy==1.0.3
|
302 |
-
mpmath==1.3.0
|
303 |
-
msgpack==1.1.0
|
304 |
-
multidict==6.1.0
|
305 |
-
multipledispatch==1.0.0
|
306 |
-
multiprocess==0.70.16
|
307 |
-
multitasking==0.0.11
|
308 |
-
murmurhash==1.0.10
|
309 |
-
music21==9.1.0
|
310 |
-
mypy-extensions==1.0.0
|
311 |
-
namex==0.0.8
|
312 |
-
natsort==8.4.0
|
313 |
-
nbclassic==1.1.0
|
314 |
-
nbclient==0.10.0
|
315 |
-
nbconvert==7.16.4
|
316 |
-
nbformat==5.10.4
|
317 |
-
nest-asyncio==1.6.0
|
318 |
-
networkx==3.4.2
|
319 |
-
nibabel==5.3.2
|
320 |
-
ninja==1.11.1.1
|
321 |
-
nltk==3.9.1
|
322 |
-
notebook==6.5.5
|
323 |
-
notebook_shim==0.2.4
|
324 |
-
numba==0.60.0
|
325 |
-
numexpr==2.10.1
|
326 |
numpy==1.26.4
|
327 |
-
nvidia-cublas-cu12==12.6.3.3
|
328 |
-
nvidia-cuda-cupti-cu12==12.6.80
|
329 |
-
nvidia-cuda-nvcc-cu12==12.6.77
|
330 |
-
nvidia-cuda-runtime-cu12==12.6.77
|
331 |
-
nvidia-cudnn-cu12==9.5.1.17
|
332 |
-
nvidia-cufft-cu12==11.3.0.4
|
333 |
-
nvidia-curand-cu12==10.3.7.77
|
334 |
-
nvidia-cusolver-cu12==11.7.1.2
|
335 |
-
nvidia-cusparse-cu12==12.5.4.2
|
336 |
-
nvidia-nccl-cu12==2.23.4
|
337 |
-
nvidia-nvjitlink-cu12==12.6.77
|
338 |
-
nvtx==0.2.10
|
339 |
-
nx-cugraph-cu12 @ https://pypi.nvidia.com/nx-cugraph-cu12/nx_cugraph_cu12-24.10.0-py3-none-any.whl
|
340 |
-
oauth2client==4.1.3
|
341 |
-
oauthlib==3.2.2
|
342 |
onnx==1.17.0
|
343 |
openai==1.54.1
|
344 |
opencv-contrib-python==4.10.0.84
|
@@ -349,59 +349,59 @@ opentelemetry-api==1.16.0
|
|
349 |
opentelemetry-sdk==1.16.0
|
350 |
opentelemetry-semantic-conventions==0.37b0
|
351 |
opt_einsum==3.4.0
|
352 |
-
optax==0.2.3
|
353 |
-
optree==0.13.0
|
354 |
-
orbax-checkpoint==0.6.4
|
355 |
-
orjson==3.10.10
|
356 |
-
osqp==0.6.7.post3
|
357 |
-
packaging==24.1
|
358 |
-
pacmap==0.7.3
|
359 |
pandas==2.2.2
|
360 |
pandas-datareader==0.10.0
|
361 |
pandas-gbq==0.24.0
|
362 |
pandas-stubs==2.2.2.240909
|
363 |
pandocfilters==1.5.1
|
364 |
-
panel==1.4.5
|
365 |
-
param==2.1.1
|
366 |
-
parso==0.8.4
|
367 |
-
parsy==2.1
|
368 |
-
partd==1.4.2
|
369 |
-
pathlib==1.0.1
|
370 |
-
patsy==0.5.6
|
371 |
-
peewee==3.17.7
|
372 |
-
peft==0.13.2
|
373 |
-
pexpect==4.9.0
|
374 |
-
pickleshare==0.7.5
|
375 |
-
pillow==10.4.0
|
376 |
-
platformdirs==4.3.6
|
377 |
plotly==5.24.1
|
378 |
plotnine==0.14.0
|
379 |
pluggy==1.5.0
|
380 |
polars==1.9.0
|
381 |
pooch==1.8.2
|
382 |
-
portpicker==1.5.2
|
383 |
-
preshed==3.0.9
|
384 |
-
prettytable==3.11.0
|
385 |
-
proglog==0.1.10
|
386 |
-
progressbar2==4.5.0
|
387 |
-
prometheus_client==0.21.0
|
388 |
-
promise==2.3
|
389 |
-
prompt_toolkit==3.0.48
|
390 |
-
propcache==0.2.0
|
391 |
-
prophet==1.1.6
|
392 |
-
proto-plus==1.25.0
|
393 |
-
protobuf==3.20.3
|
394 |
-
psutil==5.9.5
|
395 |
#psycopg2==2.9.10
|
396 |
-
ptyprocess==0.7.0
|
397 |
-
py-cpuinfo==9.0.0
|
398 |
py4j==0.10.9.7
|
399 |
pyarrow==17.0.0
|
400 |
pyarrow-hotfix==0.6
|
401 |
-
pyasn1==0.6.1
|
402 |
-
pyasn1_modules==0.4.1
|
403 |
-
pycocotools==2.0.8
|
404 |
-
pycparser==2.22
|
405 |
pydantic==2.9.2
|
406 |
pydantic-settings==2.6.1
|
407 |
pydantic_core==2.23.4
|
@@ -415,29 +415,29 @@ pygame==2.6.1
|
|
415 |
pygit2==1.16.0
|
416 |
Pygments==2.18.0
|
417 |
#PyGObject==3.42.1
|
418 |
-
PyJWT==2.9.0
|
419 |
-
pylibcudf-cu12 @ https://pypi.nvidia.com/pylibcudf-cu12/pylibcudf_cu12-24.10.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
|
420 |
-
pylibcugraph-cu12==24.10.0
|
421 |
-
pylibraft-cu12==24.10.0
|
422 |
-
pymc==5.17.0
|
423 |
-
pymystem3==0.2.0
|
424 |
-
pynvjitlink-cu12==0.4.0
|
425 |
-
pynvml==11.5.3
|
426 |
-
pyogrio==0.10.0
|
427 |
-
PyOpenGL==3.1.7
|
428 |
-
pyOpenSSL==24.2.1
|
429 |
-
pyparsing==3.2.0
|
430 |
pypdf
|
431 |
-
pyperclip==1.9.0
|
432 |
-
pyproj==3.7.0
|
433 |
-
pyshp==2.3.1
|
434 |
PySocks==1.7.1
|
435 |
pyspark==3.5.3
|
436 |
pytensor==2.25.5
|
437 |
pytest==7.4.4
|
438 |
-
python-apt==0.0.0
|
439 |
-
python-box==7.2.0
|
440 |
-
python-dateutil==2.8.2
|
441 |
python-dotenv==1.0.1
|
442 |
python-louvain==0.16
|
443 |
python-slugify==8.0.4
|
@@ -459,7 +459,7 @@ rich==13.9.3
|
|
459 |
rmm-cu12==24.10.0
|
460 |
rpds-py==0.20.0
|
461 |
#rpy2==3.4.2
|
462 |
-
rsa==4.9
|
463 |
safetensors==0.4.5
|
464 |
scikit-image==0.24.0
|
465 |
scikit-learn==1.5.2
|
@@ -467,8 +467,8 @@ scipy==1.13.1
|
|
467 |
scooby==0.10.0
|
468 |
scs==3.2.7
|
469 |
seaborn==0.13.2
|
470 |
-
SecretStorage==3.3.1
|
471 |
-
Send2Trash==1.8.3
|
472 |
sentence-transformers==2.7.0
|
473 |
sentencepiece==0.2.0
|
474 |
sentry-sdk==2.17.0
|
@@ -497,21 +497,21 @@ sphinxcontrib-htmlhelp==2.1.0
|
|
497 |
sphinxcontrib-jsmath==1.0.1
|
498 |
sphinxcontrib-qthelp==2.0.0
|
499 |
sphinxcontrib-serializinghtml==2.0.0
|
500 |
-
SQLAlchemy==2.0.35
|
501 |
-
sqlglot==25.1.0
|
502 |
-
sqlparse==0.5.1
|
503 |
-
srsly==2.4.8
|
504 |
-
stanio==0.5.1
|
505 |
-
statsmodels==0.14.4
|
506 |
-
StrEnum==0.4.15
|
507 |
-
stringzilla==3.10.6
|
508 |
-
striprtf==0.0.26
|
509 |
-
sympy==1.13.1
|
510 |
-
tables==3.8.0
|
511 |
-
tabulate==0.9.0
|
512 |
-
tbb==2021.13.1
|
513 |
-
tcmlib==1.2.0
|
514 |
-
tenacity==8.5.0
|
515 |
tensorboard==2.17.0
|
516 |
tensorboard-data-server==0.7.2
|
517 |
tensorflow==2.17.0
|
@@ -521,11 +521,11 @@ tensorflow-io-gcs-filesystem==0.37.1
|
|
521 |
tensorflow-metadata==1.16.1
|
522 |
tensorflow-probability==0.24.0
|
523 |
tensorstore==0.1.67
|
524 |
-
termcolor==2.5.0
|
525 |
-
terminado==0.18.1
|
526 |
-
text-unidecode==1.3
|
527 |
-
textblob==0.17.1
|
528 |
-
tf-slim==1.1.0
|
529 |
tf_keras==2.17.0
|
530 |
thinc==8.2.5
|
531 |
threadpoolctl==3.5.0
|
@@ -543,44 +543,44 @@ torchsummary==1.5.1
|
|
543 |
torchvision @ https://download.pytorch.org/whl/cu121_full/torchvision-0.20.0%2Bcu121-cp310-cp310-linux_x86_64.whl
|
544 |
tornado==6.3.3
|
545 |
tqdm==4.66.6
|
546 |
-
traitlets==5.7.1
|
547 |
-
traittypes==0.2.1
|
548 |
transformers==4.44.2
|
549 |
-
tweepy==4.14.0
|
550 |
-
typeguard==4.4.0
|
551 |
-
typer==0.12.5
|
552 |
-
types-pytz==2024.2.0.20241003
|
553 |
-
types-setuptools==75.2.0.20241025
|
554 |
-
typing-inspect==0.9.0
|
555 |
-
typing_extensions==4.12.2
|
556 |
tzdata==2024.2
|
557 |
tzlocal==5.2
|
558 |
-
uc-micro-py==1.0.3
|
559 |
-
ujson==5.10.0
|
560 |
-
umf==0.9.0
|
561 |
-
uritemplate==4.1.1
|
562 |
urllib3==2.2.3
|
563 |
-
vega-datasets==0.9.0
|
564 |
-
voyager==2.0.9
|
565 |
-
wadllib==1.3.6
|
566 |
-
wandb==0.18.5
|
567 |
-
wasabi==1.1.3
|
568 |
-
wcwidth==0.2.13
|
569 |
-
weasel==0.4.1
|
570 |
-
webcolors==24.8.0
|
571 |
-
webencodings==0.5.1
|
572 |
-
websocket-client==1.8.0
|
573 |
-
Werkzeug==3.0.6
|
574 |
-
widgetsnbextension==3.6.10
|
575 |
-
wordcloud==1.9.3
|
576 |
-
wrapt==1.16.0
|
577 |
xarray==2024.10.0
|
578 |
xarray-einstats==0.8.0
|
579 |
xgboost==2.1.2
|
580 |
-
xlrd==2.0.1
|
581 |
-
xxhash==3.5.0
|
582 |
-
xyzservices==2024.9.0
|
583 |
-
yarl==1.17.0
|
584 |
-
yellowbrick==1.5
|
585 |
-
yfinance==0.2.48
|
586 |
zipp==3.20.2
|
|
|
1 |
+
#absl-py==1.4.0
|
2 |
+
#accelerate==0.34.2
|
3 |
+
#aiohappyeyeballs==2.4.3
|
4 |
+
#aiohttp==3.10.10
|
5 |
+
#aiosignal==1.3.1
|
6 |
+
#alabaster==0.7.16
|
7 |
+
#albucore==0.0.19
|
8 |
+
#albumentations==1.4.20
|
9 |
+
#altair==4.2.2
|
10 |
+
#annotated-types==0.7.0
|
11 |
+
#annoy==1.17.3
|
12 |
+
#anyio==3.7.1
|
13 |
+
#argon2-cffi==23.1.0
|
14 |
+
#argon2-cffi-bindings==21.2.0
|
15 |
array_record==0.5.1
|
16 |
+
#arviz==0.20.0
|
17 |
+
#astropy==6.1.4
|
18 |
+
#astropy-iers-data==0.2024.10.28.0.34.7
|
19 |
+
#astunparse==1.6.3
|
20 |
+
#async-timeout==4.0.3
|
21 |
+
#atpublic==4.1.0
|
22 |
+
#attrs==24.2.0
|
23 |
+
#audioread==3.0.1
|
24 |
+
#autograd==1.7.0
|
25 |
+
#babel==2.16.0
|
26 |
+
#backcall==0.2.0
|
27 |
+
#beautifulsoup4==4.12.3
|
28 |
+
#bigframes
|
29 |
+
#bigquery-magics==0.4.0
|
30 |
+
#bitarray==3.0.0
|
31 |
+
#bitsandbytes==0.44.1
|
32 |
+
#bleach==6.2.0
|
33 |
+
#blinker==1.4
|
34 |
+
#blis==0.7.11
|
35 |
+
#blosc2==2.0.0
|
36 |
+
#bokeh==3.4.3
|
37 |
+
#Bottleneck==1.4.2
|
38 |
+
#bqplot==0.12.43
|
39 |
+
#branca==0.8.0
|
40 |
+
#CacheControl==0.14.0
|
41 |
+
#cachetools==5.5.0
|
42 |
+
#catalogue==2.0.10
|
43 |
+
#certifi==2024.8.30
|
44 |
+
#cffi==1.17.1
|
45 |
+
#chardet==5.2.0
|
46 |
+
#charset-normalizer==3.4.0
|
47 |
+
#chex==0.1.87
|
48 |
+
#clarabel==0.9.0
|
49 |
+
#click==8.1.7
|
50 |
+
#cloudpathlib==0.20.0
|
51 |
+
#cloudpickle==3.1.0
|
52 |
+
#cmake==3.30.5
|
53 |
+
#cmdstanpy==1.2.4
|
54 |
+
#colbert-ai==0.2.19
|
55 |
+
#colorcet==3.1.0
|
56 |
+
#colorlover==0.3.0
|
57 |
+
#colour==0.1.5
|
58 |
+
#community==1.0.0b1
|
59 |
+
#confection==0.1.5
|
60 |
+
#cons==0.4.6
|
61 |
+
#contourpy==1.3.0
|
62 |
+
#cryptography==43.0.3
|
63 |
cuda-python==12.2.1
|
64 |
cudf-cu12 @ https://pypi.nvidia.com/cudf-cu12/cudf_cu12-24.10.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
|
65 |
cufflinks==0.17.3
|
66 |
cupy-cuda12x==12.2.0
|
67 |
cvxopt==1.3.2
|
68 |
+
#cvxpy==1.5.3
|
69 |
+
#cycler==0.12.1
|
70 |
+
#cymem==2.0.8
|
71 |
Cython==3.0.11
|
72 |
dask
|
73 |
dataclasses-json==0.6.7
|
|
|
168 |
#googleapis-common-protos==1.65.0
|
169 |
#googledrivedownloader==0.4
|
170 |
graphviz==0.20.3
|
171 |
+
#greenlet==3.1.1
|
172 |
+
#grpc-google-iam-v1==0.13.1
|
173 |
+
#grpcio==1.64.1
|
174 |
+
#grpcio-status==1.48.2
|
175 |
+
#gspread==6.0.2
|
176 |
+
#gspread-dataframe==3.3.1
|
177 |
+
#gym==0.25.2
|
178 |
+
#gym-notices==0.0.8
|
179 |
+
#h11==0.14.0
|
180 |
+
#h5netcdf==1.4.0
|
181 |
+
##h5py==3.12.1
|
182 |
+
#holidays==0.59
|
183 |
+
#holoviews==1.19.1
|
184 |
+
#html5lib==1.1
|
185 |
+
#httpcore==1.0.6
|
186 |
+
#httpimport==1.4.0
|
187 |
+
#httplib2==0.22.0
|
188 |
+
#httpx==0.27.2
|
189 |
+
#httpx-sse==0.4.0
|
190 |
huggingface-hub==0.24.7
|
191 |
humanize==4.11.0
|
192 |
hyperopt==0.2.7
|
193 |
+
#ibis-framework==9.2.0
|
194 |
+
#idna==3.10
|
195 |
+
#imageio==2.36.0
|
196 |
+
#imageio-ffmpeg==0.5.1
|
197 |
+
#imagesize==1.4.1
|
198 |
+
#imbalanced-learn==0.12.4
|
199 |
+
#imgaug==0.4.0
|
200 |
+
#immutabledict==4.2.0
|
201 |
+
#importlib_metadata==8.5.0
|
202 |
+
#importlib_resources==6.4.5
|
203 |
+
#imutils==0.5.4
|
204 |
+
#inflect==7.4.0
|
205 |
+
#iniconfig==2.0.0
|
206 |
+
#intel-cmplr-lib-ur==2025.0.0
|
207 |
+
#intel-openmp==2025.0.0
|
208 |
+
#ipyevents==2.0.2
|
209 |
+
#ipyfilechooser==0.6.0
|
210 |
+
#ipykernel==5.5.6
|
211 |
+
#ipyleaflet==0.19.2
|
212 |
+
#ipyparallel==8.8.0
|
213 |
+
#ipython==7.34.0
|
214 |
+
#ipython-genutils==0.2.0
|
215 |
+
#ipython-sql==0.5.0
|
216 |
+
#ipytree==0.2.2
|
217 |
+
#ipywidgets==7.7.1
|
218 |
+
#itsdangerous==2.2.0
|
219 |
+
#jax==0.4.33
|
220 |
+
#jax-cuda12-pjrt==0.4.33
|
221 |
+
#jax-cuda12-plugin==0.4.33
|
222 |
+
#jaxlib==0.4.33
|
223 |
+
#jeepney==0.7.1
|
224 |
+
#jellyfish==1.1.0
|
225 |
+
#jieba==0.42.1
|
226 |
+
#Jinja2==3.1.4
|
227 |
+
#jiter==0.6.1
|
228 |
+
#joblib==1.4.2
|
229 |
+
#jsonpatch==1.33
|
230 |
+
#jsonpickle==3.3.0
|
231 |
+
#jsonpointer==3.0.0
|
232 |
+
#jsonschema==4.23.0
|
233 |
+
#jsonschema-specifications==2024.10.1
|
234 |
+
#jupyter-client==6.1.12
|
235 |
+
#jupyter-console==6.1.0
|
236 |
+
#jupyter-leaflet==0.19.2
|
237 |
+
#jupyter-server==1.24.0
|
238 |
+
#jupyter_core==5.7.2
|
239 |
+
#jupyterlab_pygments==0.3.0
|
240 |
+
#jupyterlab_widgets==3.0.13
|
241 |
+
#kaggle==1.6.17
|
242 |
kagglehub==0.3.3
|
243 |
keras==3.4.1
|
244 |
+
#keyring==23.5.0
|
245 |
+
#kiwisolver==1.4.7
|
246 |
langchain==0.3.7
|
247 |
langchain-community==0.3.5
|
248 |
langchain-core==0.3.15
|
|
|
255 |
launchpadlib==1.10.16
|
256 |
lazr.restfulclient==0.14.4
|
257 |
lazr.uri==1.0.6
|
258 |
+
#lazy_loader==0.4
|
259 |
+
#libclang==18.1.1
|
260 |
+
#libcudf-cu12 @ https://pypi.nvidia.com/libcudf-cu12/libcudf_cu12-24.10.1-py3-none-manylinux_2_28_x86_64.whl
|
261 |
+
#librosa==0.10.2.post1
|
262 |
lightgbm==4.5.0
|
263 |
+
#linkify-it-py==2.0.3
|
264 |
llama-cloud==0.1.4
|
265 |
llama-index==0.11.22
|
266 |
llama-index-agent-openai==0.3.4
|
|
|
277 |
llama-index-readers-llama-parse==0.3.0
|
278 |
llama-parse==0.5.13
|
279 |
llvmlite==0.43.0
|
280 |
+
#locket==1.0.0
|
281 |
+
#logical-unification==0.4.6
|
282 |
+
#lxml==5.3.0
|
283 |
+
#marisa-trie==1.2.1
|
284 |
+
#Markdown==3.7
|
285 |
+
#markdown-it-py==3.0.0
|
286 |
+
#MarkupSafe==3.0.2
|
287 |
+
#marshmallow==3.23.1
|
288 |
matplotlib==3.8.0
|
289 |
matplotlib-inline==0.1.7
|
290 |
matplotlib-venn==1.1.1
|
291 |
+
#mdit-py-plugins==0.4.2
|
292 |
+
#mdurl==0.1.2
|
293 |
+
#miniKanren==1.0.3
|
294 |
+
#missingno==0.5.2
|
295 |
+
#mistune==3.0.2
|
296 |
+
#mizani==0.13.0
|
297 |
+
#mkl==2024.2.2
|
298 |
+
#ml-dtypes==0.4.1
|
299 |
+
#mlxtend==0.23.1
|
300 |
+
#more-itertools==10.5.0
|
301 |
+
#moviepy==1.0.3
|
302 |
+
#mpmath==1.3.0
|
303 |
+
#msgpack==1.1.0
|
304 |
+
#multidict==6.1.0
|
305 |
+
#multipledispatch==1.0.0
|
306 |
+
#multiprocess==0.70.16
|
307 |
+
#multitasking==0.0.11
|
308 |
+
#murmurhash==1.0.10
|
309 |
+
#music21==9.1.0
|
310 |
+
#mypy-extensions==1.0.0
|
311 |
+
#namex==0.0.8
|
312 |
+
#natsort==8.4.0
|
313 |
+
#nbclassic==1.1.0
|
314 |
+
#nbclient==0.10.0
|
315 |
+
#nbconvert==7.16.4
|
316 |
+
#nbformat==5.10.4
|
317 |
+
#nest-asyncio==1.6.0
|
318 |
+
#networkx==3.4.2
|
319 |
+
#nibabel==5.3.2
|
320 |
+
#ninja==1.11.1.1
|
321 |
+
#nltk==3.9.1
|
322 |
+
#notebook==6.5.5
|
323 |
+
#notebook_shim==0.2.4
|
324 |
+
#numba==0.60.0
|
325 |
+
#numexpr==2.10.1
|
326 |
numpy==1.26.4
|
327 |
+
#nvidia-cublas-cu12==12.6.3.3
|
328 |
+
#nvidia-cuda-cupti-cu12==12.6.80
|
329 |
+
#nvidia-cuda-nvcc-cu12==12.6.77
|
330 |
+
#nvidia-cuda-runtime-cu12==12.6.77
|
331 |
+
#nvidia-cudnn-cu12==9.5.1.17
|
332 |
+
#nvidia-cufft-cu12==11.3.0.4
|
333 |
+
#nvidia-curand-cu12==10.3.7.77
|
334 |
+
#nvidia-cusolver-cu12==11.7.1.2
|
335 |
+
#nvidia-cusparse-cu12==12.5.4.2
|
336 |
+
#nvidia-nccl-cu12==2.23.4
|
337 |
+
#nvidia-nvjitlink-cu12==12.6.77
|
338 |
+
#nvtx==0.2.10
|
339 |
+
#nx-cugraph-cu12 @ https://pypi.nvidia.com/nx-cugraph-cu12/nx_cugraph_cu12-24.10.0-py3-none-any.whl
|
340 |
+
#oauth2client==4.1.3
|
341 |
+
#oauthlib==3.2.2
|
342 |
onnx==1.17.0
|
343 |
openai==1.54.1
|
344 |
opencv-contrib-python==4.10.0.84
|
|
|
349 |
opentelemetry-sdk==1.16.0
|
350 |
opentelemetry-semantic-conventions==0.37b0
|
351 |
opt_einsum==3.4.0
|
352 |
+
#optax==0.2.3
|
353 |
+
#optree==0.13.0
|
354 |
+
#orbax-checkpoint==0.6.4
|
355 |
+
#orjson==3.10.10
|
356 |
+
#osqp==0.6.7.post3
|
357 |
+
#packaging==24.1
|
358 |
+
#pacmap==0.7.3
|
359 |
pandas==2.2.2
|
360 |
pandas-datareader==0.10.0
|
361 |
pandas-gbq==0.24.0
|
362 |
pandas-stubs==2.2.2.240909
|
363 |
pandocfilters==1.5.1
|
364 |
+
#panel==1.4.5
|
365 |
+
#param==2.1.1
|
366 |
+
#parso==0.8.4
|
367 |
+
#parsy==2.1
|
368 |
+
#partd==1.4.2
|
369 |
+
#pathlib==1.0.1
|
370 |
+
#patsy==0.5.6
|
371 |
+
#peewee==3.17.7
|
372 |
+
#peft==0.13.2
|
373 |
+
#pexpect==4.9.0
|
374 |
+
#pickleshare==0.7.5
|
375 |
+
#pillow==10.4.0
|
376 |
+
#platformdirs==4.3.6
|
377 |
plotly==5.24.1
|
378 |
plotnine==0.14.0
|
379 |
pluggy==1.5.0
|
380 |
polars==1.9.0
|
381 |
pooch==1.8.2
|
382 |
+
#portpicker==1.5.2
|
383 |
+
#preshed==3.0.9
|
384 |
+
#prettytable==3.11.0
|
385 |
+
#proglog==0.1.10
|
386 |
+
#progressbar2==4.5.0
|
387 |
+
#prometheus_client==0.21.0
|
388 |
+
#promise==2.3
|
389 |
+
#prompt_toolkit==3.0.48
|
390 |
+
#propcache==0.2.0
|
391 |
+
#prophet==1.1.6
|
392 |
+
#proto-plus==1.25.0
|
393 |
+
#protobuf==3.20.3
|
394 |
+
#psutil==5.9.5
|
395 |
#psycopg2==2.9.10
|
396 |
+
#ptyprocess==0.7.0
|
397 |
+
#py-cpuinfo==9.0.0
|
398 |
py4j==0.10.9.7
|
399 |
pyarrow==17.0.0
|
400 |
pyarrow-hotfix==0.6
|
401 |
+
#pyasn1==0.6.1
|
402 |
+
#pyasn1_modules==0.4.1
|
403 |
+
#pycocotools==2.0.8
|
404 |
+
#pycparser==2.22
|
405 |
pydantic==2.9.2
|
406 |
pydantic-settings==2.6.1
|
407 |
pydantic_core==2.23.4
|
|
|
415 |
pygit2==1.16.0
|
416 |
Pygments==2.18.0
|
417 |
#PyGObject==3.42.1
|
418 |
+
#PyJWT==2.9.0
|
419 |
+
#pylibcudf-cu12 @ https://pypi.nvidia.com/pylibcudf-cu12/pylibcudf_cu12-24.10.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
|
420 |
+
#pylibcugraph-cu12==24.10.0
|
421 |
+
#pylibraft-cu12==24.10.0
|
422 |
+
#pymc==5.17.0
|
423 |
+
#pymystem3==0.2.0
|
424 |
+
#pynvjitlink-cu12==0.4.0
|
425 |
+
#pynvml==11.5.3
|
426 |
+
#pyogrio==0.10.0
|
427 |
+
#PyOpenGL==3.1.7
|
428 |
+
#pyOpenSSL==24.2.1
|
429 |
+
#pyparsing==3.2.0
|
430 |
pypdf
|
431 |
+
#pyperclip==1.9.0
|
432 |
+
#pyproj==3.7.0
|
433 |
+
#pyshp==2.3.1
|
434 |
PySocks==1.7.1
|
435 |
pyspark==3.5.3
|
436 |
pytensor==2.25.5
|
437 |
pytest==7.4.4
|
438 |
+
#python-apt==0.0.0
|
439 |
+
#python-box==7.2.0
|
440 |
+
#python-dateutil==2.8.2
|
441 |
python-dotenv==1.0.1
|
442 |
python-louvain==0.16
|
443 |
python-slugify==8.0.4
|
|
|
459 |
rmm-cu12==24.10.0
|
460 |
rpds-py==0.20.0
|
461 |
#rpy2==3.4.2
|
462 |
+
#rsa==4.9
|
463 |
safetensors==0.4.5
|
464 |
scikit-image==0.24.0
|
465 |
scikit-learn==1.5.2
|
|
|
467 |
scooby==0.10.0
|
468 |
scs==3.2.7
|
469 |
seaborn==0.13.2
|
470 |
+
#SecretStorage==3.3.1
|
471 |
+
#Send2Trash==1.8.3
|
472 |
sentence-transformers==2.7.0
|
473 |
sentencepiece==0.2.0
|
474 |
sentry-sdk==2.17.0
|
|
|
497 |
sphinxcontrib-jsmath==1.0.1
|
498 |
sphinxcontrib-qthelp==2.0.0
|
499 |
sphinxcontrib-serializinghtml==2.0.0
|
500 |
+
#SQLAlchemy==2.0.35
|
501 |
+
#sqlglot==25.1.0
|
502 |
+
#sqlparse==0.5.1
|
503 |
+
#srsly==2.4.8
|
504 |
+
#stanio==0.5.1
|
505 |
+
#statsmodels==0.14.4
|
506 |
+
#StrEnum==0.4.15
|
507 |
+
#stringzilla==3.10.6
|
508 |
+
#striprtf==0.0.26
|
509 |
+
#sympy==1.13.1
|
510 |
+
#tables==3.8.0
|
511 |
+
#tabulate==0.9.0
|
512 |
+
#tbb==2021.13.1
|
513 |
+
#tcmlib==1.2.0
|
514 |
+
#tenacity==8.5.0
|
515 |
tensorboard==2.17.0
|
516 |
tensorboard-data-server==0.7.2
|
517 |
tensorflow==2.17.0
|
|
|
521 |
tensorflow-metadata==1.16.1
|
522 |
tensorflow-probability==0.24.0
|
523 |
tensorstore==0.1.67
|
524 |
+
#termcolor==2.5.0
|
525 |
+
#terminado==0.18.1
|
526 |
+
#text-unidecode==1.3
|
527 |
+
#textblob==0.17.1
|
528 |
+
#tf-slim==1.1.0
|
529 |
tf_keras==2.17.0
|
530 |
thinc==8.2.5
|
531 |
threadpoolctl==3.5.0
|
|
|
543 |
torchvision @ https://download.pytorch.org/whl/cu121_full/torchvision-0.20.0%2Bcu121-cp310-cp310-linux_x86_64.whl
|
544 |
tornado==6.3.3
|
545 |
tqdm==4.66.6
|
546 |
+
#traitlets==5.7.1
|
547 |
+
#traittypes==0.2.1
|
548 |
transformers==4.44.2
|
549 |
+
#tweepy==4.14.0
|
550 |
+
#typeguard==4.4.0
|
551 |
+
#typer==0.12.5
|
552 |
+
#types-pytz==2024.2.0.20241003
|
553 |
+
#types-setuptools==75.2.0.20241025
|
554 |
+
#typing-inspect==0.9.0
|
555 |
+
#typing_extensions==4.12.2
|
556 |
tzdata==2024.2
|
557 |
tzlocal==5.2
|
558 |
+
#uc-micro-py==1.0.3
|
559 |
+
#ujson==5.10.0
|
560 |
+
#umf==0.9.0
|
561 |
+
#uritemplate==4.1.1
|
562 |
urllib3==2.2.3
|
563 |
+
#vega-datasets==0.9.0
|
564 |
+
#voyager==2.0.9
|
565 |
+
#wadllib==1.3.6
|
566 |
+
#wandb==0.18.5
|
567 |
+
#wasabi==1.1.3
|
568 |
+
#wcwidth==0.2.13
|
569 |
+
#weasel==0.4.1
|
570 |
+
#webcolors==24.8.0
|
571 |
+
#webencodings==0.5.1
|
572 |
+
#websocket-client==1.8.0
|
573 |
+
#Werkzeug==3.0.6
|
574 |
+
#widgetsnbextension==3.6.10
|
575 |
+
#wordcloud==1.9.3
|
576 |
+
#wrapt==1.16.0
|
577 |
xarray==2024.10.0
|
578 |
xarray-einstats==0.8.0
|
579 |
xgboost==2.1.2
|
580 |
+
#xlrd==2.0.1
|
581 |
+
#xxhash==3.5.0
|
582 |
+
#xyzservices==2024.9.0
|
583 |
+
#yarl==1.17.0
|
584 |
+
#yellowbrick==1.5
|
585 |
+
#yfinance==0.2.48
|
586 |
zipp==3.20.2
|