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