mirror of
https://github.com/clearml/clearml-serving
synced 2025-01-31 02:46:54 +00:00
Add pandas to the default serving container, update triton client package
This commit is contained in:
parent
782cd5dfc8
commit
0e240101db
@ -1,6 +1,6 @@
|
|||||||
clearml >= 1.3.1
|
clearml >= 1.3.1
|
||||||
clearml-serving
|
clearml-serving
|
||||||
tritonclient[grpc]>=2.18.0,<2.19
|
tritonclient[grpc]>=2.22.3,<2.23
|
||||||
grpcio
|
grpcio
|
||||||
Pillow>=9.0.1,<10
|
Pillow>=9.0.1,<10
|
||||||
pathlib2
|
pathlib2
|
@ -5,9 +5,10 @@ uvicorn[standard]
|
|||||||
gunicorn>=20.1.0,<20.2
|
gunicorn>=20.1.0,<20.2
|
||||||
asyncio>=3.4.3,<3.5
|
asyncio>=3.4.3,<3.5
|
||||||
aiocache>=0.11.1,<0.12
|
aiocache>=0.11.1,<0.12
|
||||||
tritonclient[grpc]>=2.18.0,<2.19
|
tritonclient[grpc]>=2.22.3,<2.23
|
||||||
numpy>=1.20,<1.24
|
numpy>=1.20,<1.24
|
||||||
scikit-learn>=1.0.2,<1.1
|
scikit-learn>=1.0.2,<1.1
|
||||||
|
pandas>=1.0.5,<1.5
|
||||||
grpcio
|
grpcio
|
||||||
Pillow>=9.0.1,<10
|
Pillow>=9.0.1,<10
|
||||||
xgboost>=1.5.2,<1.6
|
xgboost>=1.5.2,<1.6
|
||||||
|
Loading…
Reference in New Issue
Block a user