Spaces:
Sleeping
Sleeping
Cyril Dupland
commited on
Commit
·
1291eeb
1
Parent(s):
1ef0731
Refactor requirements files to comment out existing dependencies and add new ones for better organization and clarity.
Browse files- requirements.txt +131 -3
- requirements_romain.txt +115 -115
requirements.txt
CHANGED
|
@@ -1,16 +1,14 @@
|
|
| 1 |
numpy==1.26.2
|
| 2 |
-
|
| 3 |
pypdf==4.3.1
|
| 4 |
mistralai==1.0.1
|
| 5 |
gradio==4.44.0
|
| 6 |
-
# sqlite3
|
| 7 |
-
# pysqlite3-binary
|
| 8 |
llama-index==0.10.68
|
| 9 |
|
| 10 |
llama-index-readers-file
|
| 11 |
llama-index-llms-mistralai
|
| 12 |
llama-index-embeddings-mistralai
|
| 13 |
llama-index-vector-stores-chroma
|
|
|
|
| 14 |
aiohappyeyeballs==2.6.1
|
| 15 |
aiohttp==3.12.15
|
| 16 |
aiosignal==1.4.0
|
|
@@ -125,3 +123,133 @@ websockets==12.0
|
|
| 125 |
yarl==1.20.1
|
| 126 |
zipp==3.23.0
|
| 127 |
zstandard==0.25.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
numpy==1.26.2
|
|
|
|
| 2 |
pypdf==4.3.1
|
| 3 |
mistralai==1.0.1
|
| 4 |
gradio==4.44.0
|
|
|
|
|
|
|
| 5 |
llama-index==0.10.68
|
| 6 |
|
| 7 |
llama-index-readers-file
|
| 8 |
llama-index-llms-mistralai
|
| 9 |
llama-index-embeddings-mistralai
|
| 10 |
llama-index-vector-stores-chroma
|
| 11 |
+
|
| 12 |
aiohappyeyeballs==2.6.1
|
| 13 |
aiohttp==3.12.15
|
| 14 |
aiosignal==1.4.0
|
|
|
|
| 123 |
yarl==1.20.1
|
| 124 |
zipp==3.23.0
|
| 125 |
zstandard==0.25.0
|
| 126 |
+
|
| 127 |
+
# --find-links ./wheels
|
| 128 |
+
|
| 129 |
+
# numpy==1.26.2
|
| 130 |
+
|
| 131 |
+
# pypdf==4.3.1
|
| 132 |
+
# mistralai==1.0.1
|
| 133 |
+
# gradio==4.44.0
|
| 134 |
+
# # sqlite3
|
| 135 |
+
# # pysqlite3-binary
|
| 136 |
+
# llama-index==0.10.68
|
| 137 |
+
|
| 138 |
+
# llama-index-readers-file
|
| 139 |
+
# llama-index-llms-mistralai
|
| 140 |
+
# llama-index-embeddings-mistralai
|
| 141 |
+
# llama-index-vector-stores-chroma
|
| 142 |
+
# aiohappyeyeballs==2.6.1
|
| 143 |
+
# aiohttp==3.12.15
|
| 144 |
+
# aiosignal==1.4.0
|
| 145 |
+
# annotated-types==0.7.0
|
| 146 |
+
# anyio==4.10.0
|
| 147 |
+
# attrs==25.3.0
|
| 148 |
+
# backoff==2.2.1
|
| 149 |
+
# bcrypt==4.3.0
|
| 150 |
+
# build==1.3.0
|
| 151 |
+
# cachetools==5.5.2
|
| 152 |
+
# certifi==2025.8.3
|
| 153 |
+
# charset-normalizer==3.4.3
|
| 154 |
+
# chromadb==1.1.0
|
| 155 |
+
# click==8.2.1
|
| 156 |
+
# colorama==0.4.6
|
| 157 |
+
# coloredlogs==15.0.1
|
| 158 |
+
# dataclasses-json==0.6.7
|
| 159 |
+
# distro==1.9.0
|
| 160 |
+
# dotenv==0.9.9
|
| 161 |
+
# durationpy==0.10
|
| 162 |
+
# filelock==3.19.1
|
| 163 |
+
# flatbuffers==25.2.10
|
| 164 |
+
# frozenlist==1.7.0
|
| 165 |
+
# fsspec==2025.9.0
|
| 166 |
+
# google-auth==2.40.3
|
| 167 |
+
# googleapis-common-protos==1.70.0
|
| 168 |
+
# greenlet==3.2.4
|
| 169 |
+
# grpcio==1.75.0
|
| 170 |
+
# h11==0.16.0
|
| 171 |
+
# httpcore==1.0.9
|
| 172 |
+
# httptools==0.6.4
|
| 173 |
+
# httpx==0.27.2
|
| 174 |
+
# httpx-sse==0.4.1
|
| 175 |
+
# huggingface-hub==0.35.0
|
| 176 |
+
# humanfriendly==10.0
|
| 177 |
+
# idna==3.10
|
| 178 |
+
# importlib_metadata==8.7.0
|
| 179 |
+
# importlib_resources==6.5.2
|
| 180 |
+
# jiter==0.11.0
|
| 181 |
+
# jsonpatch==1.33
|
| 182 |
+
# jsonpointer==3.0.0
|
| 183 |
+
# jsonschema==4.25.1
|
| 184 |
+
# jsonschema-specifications==2025.9.1
|
| 185 |
+
# kubernetes==33.1.0
|
| 186 |
+
# langchain==0.3.27
|
| 187 |
+
# langchain-community==0.3.29
|
| 188 |
+
# langchain-core==0.3.76
|
| 189 |
+
# langchain-openai==0.3.33
|
| 190 |
+
# langchain-text-splitters==0.3.11
|
| 191 |
+
# langsmith==0.4.28
|
| 192 |
+
# markdown-it-py==4.0.0
|
| 193 |
+
# marshmallow==3.26.1
|
| 194 |
+
# mdurl==0.1.2
|
| 195 |
+
# mmh3==5.2.0
|
| 196 |
+
# mpmath==1.3.0
|
| 197 |
+
# multidict==6.6.4
|
| 198 |
+
# mypy_extensions==1.1.0
|
| 199 |
+
# oauthlib==3.3.1
|
| 200 |
+
# onnxruntime==1.22.1
|
| 201 |
+
# openai==1.108.0
|
| 202 |
+
# opentelemetry-api==1.37.0
|
| 203 |
+
# opentelemetry-exporter-otlp-proto-common==1.37.0
|
| 204 |
+
# opentelemetry-exporter-otlp-proto-grpc==1.37.0
|
| 205 |
+
# opentelemetry-proto==1.37.0
|
| 206 |
+
# opentelemetry-sdk==1.37.0
|
| 207 |
+
# opentelemetry-semantic-conventions==0.58b0
|
| 208 |
+
# orjson==3.11.3
|
| 209 |
+
# overrides==7.7.0
|
| 210 |
+
# packaging==25.0
|
| 211 |
+
# posthog==5.4.0
|
| 212 |
+
# propcache==0.3.2
|
| 213 |
+
# protobuf==6.32.1
|
| 214 |
+
# pyasn1==0.6.1
|
| 215 |
+
# pyasn1_modules==0.4.2
|
| 216 |
+
# pybase64==1.4.2
|
| 217 |
+
# pydantic==2.8.2
|
| 218 |
+
# pydantic_core==2.20.1
|
| 219 |
+
# pydantic-settings==2.10.1
|
| 220 |
+
# Pygments==2.19.2
|
| 221 |
+
# PyPika==0.48.9
|
| 222 |
+
# pyproject_hooks==1.2.0
|
| 223 |
+
# pyreadline3==3.5.4
|
| 224 |
+
# python-dateutil==2.9.0.post0
|
| 225 |
+
# python-dotenv==1.1.1
|
| 226 |
+
# PyYAML==6.0.2
|
| 227 |
+
# referencing==0.36.2
|
| 228 |
+
# regex==2025.9.1
|
| 229 |
+
# requests==2.32.5
|
| 230 |
+
# requests-oauthlib==2.0.0
|
| 231 |
+
# requests-toolbelt==1.0.0
|
| 232 |
+
# rich==14.1.0
|
| 233 |
+
# rpds-py==0.27.1
|
| 234 |
+
# rsa==4.9.1
|
| 235 |
+
# shellingham==1.5.4
|
| 236 |
+
# six==1.17.0
|
| 237 |
+
# sniffio==1.3.1
|
| 238 |
+
# SQLAlchemy==2.0.43
|
| 239 |
+
# sympy==1.14.0
|
| 240 |
+
# tenacity==8.4.1
|
| 241 |
+
# tiktoken==0.11.0
|
| 242 |
+
# tokenizers==0.22.0
|
| 243 |
+
# tqdm==4.67.1
|
| 244 |
+
# typer==0.17.4
|
| 245 |
+
# typing-inspect==0.9.0
|
| 246 |
+
# typing-inspection==0.4.1
|
| 247 |
+
# typing_extensions==4.15.0
|
| 248 |
+
# urllib3==2.5.0
|
| 249 |
+
# uvicorn==0.35.0
|
| 250 |
+
# watchfiles==1.1.0
|
| 251 |
+
# websocket-client==1.8.0
|
| 252 |
+
# websockets==12.0
|
| 253 |
+
# yarl==1.20.1
|
| 254 |
+
# zipp==3.23.0
|
| 255 |
+
# zstandard==0.25.0
|
requirements_romain.txt
CHANGED
|
@@ -1,115 +1,115 @@
|
|
| 1 |
-
aiohappyeyeballs==2.6.1
|
| 2 |
-
aiohttp==3.12.15
|
| 3 |
-
aiosignal==1.4.0
|
| 4 |
-
annotated-types==0.7.0
|
| 5 |
-
anyio==4.10.0
|
| 6 |
-
attrs==25.3.0
|
| 7 |
-
backoff==2.2.1
|
| 8 |
-
bcrypt==4.3.0
|
| 9 |
-
build==1.3.0
|
| 10 |
-
cachetools==5.5.2
|
| 11 |
-
certifi==2025.8.3
|
| 12 |
-
charset-normalizer==3.4.3
|
| 13 |
-
chromadb==1.1.0
|
| 14 |
-
click==8.2.1
|
| 15 |
-
colorama==0.4.6
|
| 16 |
-
coloredlogs==15.0.1
|
| 17 |
-
dataclasses-json==0.6.7
|
| 18 |
-
distro==1.9.0
|
| 19 |
-
dotenv==0.9.9
|
| 20 |
-
durationpy==0.10
|
| 21 |
-
filelock==3.19.1
|
| 22 |
-
flatbuffers==25.2.10
|
| 23 |
-
frozenlist==1.7.0
|
| 24 |
-
fsspec==2025.9.0
|
| 25 |
-
google-auth==2.40.3
|
| 26 |
-
googleapis-common-protos==1.70.0
|
| 27 |
-
greenlet==3.2.4
|
| 28 |
-
grpcio==1.75.0
|
| 29 |
-
h11==0.16.0
|
| 30 |
-
httpcore==1.0.9
|
| 31 |
-
httptools==0.6.4
|
| 32 |
-
httpx==0.28.1
|
| 33 |
-
httpx-sse==0.4.1
|
| 34 |
-
huggingface-hub==0.35.0
|
| 35 |
-
humanfriendly==10.0
|
| 36 |
-
idna==3.10
|
| 37 |
-
importlib_metadata==8.7.0
|
| 38 |
-
importlib_resources==6.5.2
|
| 39 |
-
jiter==0.11.0
|
| 40 |
-
jsonpatch==1.33
|
| 41 |
-
jsonpointer==3.0.0
|
| 42 |
-
jsonschema==4.25.1
|
| 43 |
-
jsonschema-specifications==2025.9.1
|
| 44 |
-
kubernetes==33.1.0
|
| 45 |
-
langchain==0.3.27
|
| 46 |
-
langchain-community==0.3.29
|
| 47 |
-
langchain-core==0.3.76
|
| 48 |
-
langchain-openai==0.3.33
|
| 49 |
-
langchain-text-splitters==0.3.11
|
| 50 |
-
langsmith==0.4.28
|
| 51 |
-
markdown-it-py==4.0.0
|
| 52 |
-
marshmallow==3.26.1
|
| 53 |
-
mdurl==0.1.2
|
| 54 |
-
mmh3==5.2.0
|
| 55 |
-
mpmath==1.3.0
|
| 56 |
-
multidict==6.6.4
|
| 57 |
-
mypy_extensions==1.1.0
|
| 58 |
-
numpy==2.3.3
|
| 59 |
-
oauthlib==3.3.1
|
| 60 |
-
onnxruntime==1.22.1
|
| 61 |
-
openai==1.108.0
|
| 62 |
-
opentelemetry-api==1.37.0
|
| 63 |
-
opentelemetry-exporter-otlp-proto-common==1.37.0
|
| 64 |
-
opentelemetry-exporter-otlp-proto-grpc==1.37.0
|
| 65 |
-
opentelemetry-proto==1.37.0
|
| 66 |
-
opentelemetry-sdk==1.37.0
|
| 67 |
-
opentelemetry-semantic-conventions==0.58b0
|
| 68 |
-
orjson==3.11.3
|
| 69 |
-
overrides==7.7.0
|
| 70 |
-
packaging==25.0
|
| 71 |
-
posthog==5.4.0
|
| 72 |
-
propcache==0.3.2
|
| 73 |
-
protobuf==6.32.1
|
| 74 |
-
pyasn1==0.6.1
|
| 75 |
-
pyasn1_modules==0.4.2
|
| 76 |
-
pybase64==1.4.2
|
| 77 |
-
pydantic==2.11.9
|
| 78 |
-
pydantic-settings==2.10.1
|
| 79 |
-
pydantic_core==2.33.2
|
| 80 |
-
Pygments==2.19.2
|
| 81 |
-
PyPika==0.48.9
|
| 82 |
-
pyproject_hooks==1.2.0
|
| 83 |
-
pyreadline3==3.5.4
|
| 84 |
-
python-dateutil==2.9.0.post0
|
| 85 |
-
python-dotenv==1.1.1
|
| 86 |
-
PyYAML==6.0.2
|
| 87 |
-
referencing==0.36.2
|
| 88 |
-
regex==2025.9.1
|
| 89 |
-
requests==2.32.5
|
| 90 |
-
requests-oauthlib==2.0.0
|
| 91 |
-
requests-toolbelt==1.0.0
|
| 92 |
-
rich==14.1.0
|
| 93 |
-
rpds-py==0.27.1
|
| 94 |
-
rsa==4.9.1
|
| 95 |
-
shellingham==1.5.4
|
| 96 |
-
six==1.17.0
|
| 97 |
-
sniffio==1.3.1
|
| 98 |
-
SQLAlchemy==2.0.43
|
| 99 |
-
sympy==1.14.0
|
| 100 |
-
tenacity==9.1.2
|
| 101 |
-
tiktoken==0.11.0
|
| 102 |
-
tokenizers==0.22.0
|
| 103 |
-
tqdm==4.67.1
|
| 104 |
-
typer==0.17.4
|
| 105 |
-
typing-inspect==0.9.0
|
| 106 |
-
typing-inspection==0.4.1
|
| 107 |
-
typing_extensions==4.15.0
|
| 108 |
-
urllib3==2.5.0
|
| 109 |
-
uvicorn==0.35.0
|
| 110 |
-
watchfiles==1.1.0
|
| 111 |
-
websocket-client==1.8.0
|
| 112 |
-
websockets==15.0.1
|
| 113 |
-
yarl==1.20.1
|
| 114 |
-
zipp==3.23.0
|
| 115 |
-
zstandard==0.25.0
|
|
|
|
| 1 |
+
# aiohappyeyeballs==2.6.1
|
| 2 |
+
# aiohttp==3.12.15
|
| 3 |
+
# aiosignal==1.4.0
|
| 4 |
+
# annotated-types==0.7.0
|
| 5 |
+
# anyio==4.10.0
|
| 6 |
+
# attrs==25.3.0
|
| 7 |
+
# backoff==2.2.1
|
| 8 |
+
# bcrypt==4.3.0
|
| 9 |
+
# build==1.3.0
|
| 10 |
+
# cachetools==5.5.2
|
| 11 |
+
# certifi==2025.8.3
|
| 12 |
+
# charset-normalizer==3.4.3
|
| 13 |
+
# chromadb==1.1.0
|
| 14 |
+
# click==8.2.1
|
| 15 |
+
# colorama==0.4.6
|
| 16 |
+
# coloredlogs==15.0.1
|
| 17 |
+
# dataclasses-json==0.6.7
|
| 18 |
+
# distro==1.9.0
|
| 19 |
+
# dotenv==0.9.9
|
| 20 |
+
# durationpy==0.10
|
| 21 |
+
# filelock==3.19.1
|
| 22 |
+
# flatbuffers==25.2.10
|
| 23 |
+
# frozenlist==1.7.0
|
| 24 |
+
# fsspec==2025.9.0
|
| 25 |
+
# google-auth==2.40.3
|
| 26 |
+
# googleapis-common-protos==1.70.0
|
| 27 |
+
# greenlet==3.2.4
|
| 28 |
+
# grpcio==1.75.0
|
| 29 |
+
# h11==0.16.0
|
| 30 |
+
# httpcore==1.0.9
|
| 31 |
+
# httptools==0.6.4
|
| 32 |
+
# httpx==0.28.1
|
| 33 |
+
# httpx-sse==0.4.1
|
| 34 |
+
# huggingface-hub==0.35.0
|
| 35 |
+
# humanfriendly==10.0
|
| 36 |
+
# idna==3.10
|
| 37 |
+
# importlib_metadata==8.7.0
|
| 38 |
+
# importlib_resources==6.5.2
|
| 39 |
+
# jiter==0.11.0
|
| 40 |
+
# jsonpatch==1.33
|
| 41 |
+
# jsonpointer==3.0.0
|
| 42 |
+
# jsonschema==4.25.1
|
| 43 |
+
# jsonschema-specifications==2025.9.1
|
| 44 |
+
# kubernetes==33.1.0
|
| 45 |
+
# langchain==0.3.27
|
| 46 |
+
# langchain-community==0.3.29
|
| 47 |
+
# langchain-core==0.3.76
|
| 48 |
+
# langchain-openai==0.3.33
|
| 49 |
+
# langchain-text-splitters==0.3.11
|
| 50 |
+
# langsmith==0.4.28
|
| 51 |
+
# markdown-it-py==4.0.0
|
| 52 |
+
# marshmallow==3.26.1
|
| 53 |
+
# mdurl==0.1.2
|
| 54 |
+
# mmh3==5.2.0
|
| 55 |
+
# mpmath==1.3.0
|
| 56 |
+
# multidict==6.6.4
|
| 57 |
+
# mypy_extensions==1.1.0
|
| 58 |
+
# numpy==2.3.3
|
| 59 |
+
# oauthlib==3.3.1
|
| 60 |
+
# onnxruntime==1.22.1
|
| 61 |
+
# openai==1.108.0
|
| 62 |
+
# opentelemetry-api==1.37.0
|
| 63 |
+
# opentelemetry-exporter-otlp-proto-common==1.37.0
|
| 64 |
+
# opentelemetry-exporter-otlp-proto-grpc==1.37.0
|
| 65 |
+
# opentelemetry-proto==1.37.0
|
| 66 |
+
# opentelemetry-sdk==1.37.0
|
| 67 |
+
# opentelemetry-semantic-conventions==0.58b0
|
| 68 |
+
# orjson==3.11.3
|
| 69 |
+
# overrides==7.7.0
|
| 70 |
+
# packaging==25.0
|
| 71 |
+
# posthog==5.4.0
|
| 72 |
+
# propcache==0.3.2
|
| 73 |
+
# protobuf==6.32.1
|
| 74 |
+
# pyasn1==0.6.1
|
| 75 |
+
# pyasn1_modules==0.4.2
|
| 76 |
+
# pybase64==1.4.2
|
| 77 |
+
# pydantic==2.11.9
|
| 78 |
+
# pydantic-settings==2.10.1
|
| 79 |
+
# pydantic_core==2.33.2
|
| 80 |
+
# Pygments==2.19.2
|
| 81 |
+
# PyPika==0.48.9
|
| 82 |
+
# pyproject_hooks==1.2.0
|
| 83 |
+
# pyreadline3==3.5.4
|
| 84 |
+
# python-dateutil==2.9.0.post0
|
| 85 |
+
# python-dotenv==1.1.1
|
| 86 |
+
# PyYAML==6.0.2
|
| 87 |
+
# referencing==0.36.2
|
| 88 |
+
# regex==2025.9.1
|
| 89 |
+
# requests==2.32.5
|
| 90 |
+
# requests-oauthlib==2.0.0
|
| 91 |
+
# requests-toolbelt==1.0.0
|
| 92 |
+
# rich==14.1.0
|
| 93 |
+
# rpds-py==0.27.1
|
| 94 |
+
# rsa==4.9.1
|
| 95 |
+
# shellingham==1.5.4
|
| 96 |
+
# six==1.17.0
|
| 97 |
+
# sniffio==1.3.1
|
| 98 |
+
# SQLAlchemy==2.0.43
|
| 99 |
+
# sympy==1.14.0
|
| 100 |
+
# tenacity==9.1.2
|
| 101 |
+
# tiktoken==0.11.0
|
| 102 |
+
# tokenizers==0.22.0
|
| 103 |
+
# tqdm==4.67.1
|
| 104 |
+
# typer==0.17.4
|
| 105 |
+
# typing-inspect==0.9.0
|
| 106 |
+
# typing-inspection==0.4.1
|
| 107 |
+
# typing_extensions==4.15.0
|
| 108 |
+
# urllib3==2.5.0
|
| 109 |
+
# uvicorn==0.35.0
|
| 110 |
+
# watchfiles==1.1.0
|
| 111 |
+
# websocket-client==1.8.0
|
| 112 |
+
# websockets==15.0.1
|
| 113 |
+
# yarl==1.20.1
|
| 114 |
+
# zipp==3.23.0
|
| 115 |
+
# zstandard==0.25.0
|