add requierments
Browse files- requirements.txt +0 -13
requirements.txt
CHANGED
|
@@ -179,10 +179,6 @@ numexpr==2.9.0
|
|
| 179 |
numpy==1.26.4
|
| 180 |
oauthlib==3.2.2
|
| 181 |
omegaconf==2.3.0
|
| 182 |
-
onnx==1.15.0
|
| 183 |
-
onnxruntime==1.15.1
|
| 184 |
-
openai==1.12.0
|
| 185 |
-
opencv-python==4.9.0.80
|
| 186 |
opentelemetry-api==1.23.0
|
| 187 |
opentelemetry-exporter-otlp-proto-common==1.23.0
|
| 188 |
opentelemetry-exporter-otlp-proto-grpc==1.23.0
|
|
@@ -276,13 +272,6 @@ smmap==5.0.1
|
|
| 276 |
sniffio==1.3.0
|
| 277 |
snowballstemmer==2.2.0
|
| 278 |
soupsieve==2.5
|
| 279 |
-
Sphinx==7.2.6
|
| 280 |
-
sphinxcontrib-applehelp==1.0.8
|
| 281 |
-
sphinxcontrib-devhelp==1.0.6
|
| 282 |
-
sphinxcontrib-htmlhelp==2.0.5
|
| 283 |
-
sphinxcontrib-jsmath==1.0.1
|
| 284 |
-
sphinxcontrib-qthelp==1.0.7
|
| 285 |
-
sphinxcontrib-serializinghtml==1.1.10
|
| 286 |
SQLAlchemy==2.0.27
|
| 287 |
stack-data==0.6.3
|
| 288 |
starlette==0.36.3
|
|
@@ -301,8 +290,6 @@ toml==0.10.2
|
|
| 301 |
tomli==2.0.1
|
| 302 |
tomlkit==0.12.0
|
| 303 |
toolz==0.12.1
|
| 304 |
-
torch==2.2.1
|
| 305 |
-
torchvision==0.17.1
|
| 306 |
tornado==6.4
|
| 307 |
tqdm==4.66.2
|
| 308 |
traitlets==5.14.1
|
|
|
|
| 179 |
numpy==1.26.4
|
| 180 |
oauthlib==3.2.2
|
| 181 |
omegaconf==2.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 182 |
opentelemetry-api==1.23.0
|
| 183 |
opentelemetry-exporter-otlp-proto-common==1.23.0
|
| 184 |
opentelemetry-exporter-otlp-proto-grpc==1.23.0
|
|
|
|
| 272 |
sniffio==1.3.0
|
| 273 |
snowballstemmer==2.2.0
|
| 274 |
soupsieve==2.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 275 |
SQLAlchemy==2.0.27
|
| 276 |
stack-data==0.6.3
|
| 277 |
starlette==0.36.3
|
|
|
|
| 290 |
tomli==2.0.1
|
| 291 |
tomlkit==0.12.0
|
| 292 |
toolz==0.12.1
|
|
|
|
|
|
|
| 293 |
tornado==6.4
|
| 294 |
tqdm==4.66.2
|
| 295 |
traitlets==5.14.1
|