mirror of
https://github.com/clearml/clearml-serving
synced 2025-02-07 05:18:12 +00:00
Fix requirements
This commit is contained in:
parent
dc6fd46a46
commit
3611a040f7
@ -1,16 +1,17 @@
|
|||||||
clearml>=1.10.1,<2
|
clearml>=1.10.1,<2
|
||||||
attrs>=20.3.0,<21
|
attrs>=20.3.0,<24
|
||||||
fastapi[all]>=0.109.1,<0.96
|
fastapi[all]>=0.109.1,<0.111
|
||||||
uvicorn[standard]
|
uvicorn[standard]
|
||||||
gunicorn>=20.1.0,<20.2
|
gunicorn>=20.1.0,<20.2
|
||||||
asyncio>=3.4.3,<3.5 ; python_version < '3.10'
|
asyncio>=3.4.3,<3.5 ; python_version < '3.10'
|
||||||
aiocache>=0.12,<0.13
|
aiocache>=0.12,<0.13
|
||||||
tritonclient[grpc]>=2.32,<2.33
|
tritonclient[grpc]>=2.32,<2.33
|
||||||
starlette
|
starlette
|
||||||
numpy>=1.24,<1.25
|
numpy>=1.24,<1.27
|
||||||
scikit-learn>=1.2.2,<1.3
|
scikit-learn>=1.2.2,<1.3
|
||||||
pandas>=1.5.3,<1.6
|
pandas>=1.5.3,<1.6
|
||||||
grpcio
|
grpcio
|
||||||
|
referencing>=0.31.0
|
||||||
Pillow>=10.0.1
|
Pillow>=10.0.1
|
||||||
xgboost>=1.7.5,<1.8
|
xgboost>=1.7.5,<1.8
|
||||||
lightgbm>=3.3.2,<3.4
|
lightgbm>=3.3.2,<3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user