mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[Optimization] Remove version constraints for setuptools, uvicorn, triton and safetensors, del fastsafetensors (#5330)
* Remove version constraints for setuptools, triton, and fastsafetensors. * remove version for uvicorn * fix according to review
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
setuptools>=62.3.0,<80.0
|
||||
setuptools
|
||||
pre-commit
|
||||
yapf
|
||||
flake8
|
||||
@@ -8,7 +8,7 @@ aiozmq
|
||||
openai>=1.93.0
|
||||
tqdm
|
||||
pynvml
|
||||
uvicorn==0.29.0
|
||||
uvicorn>=0.38.0
|
||||
fastapi
|
||||
paddleformers>=0.3.1
|
||||
redis
|
||||
@@ -25,14 +25,13 @@ setuptools-scm>=8
|
||||
prometheus-client
|
||||
decord
|
||||
moviepy
|
||||
triton==3.3
|
||||
triton
|
||||
use-triton-in-paddle
|
||||
crcmod
|
||||
fastsafetensors==0.1.14
|
||||
msgpack
|
||||
gunicorn
|
||||
modelscope
|
||||
safetensors==0.7.0rc0
|
||||
safetensors>=0.7.0rc0
|
||||
opentelemetry-api>=1.24.0
|
||||
opentelemetry-sdk>=1.24.0
|
||||
opentelemetry-instrumentation-redis
|
||||
|
||||
Reference in New Issue
Block a user