remove httpx version limit

This commit is contained in:
源文雨 2023-08-27 01:29:55 +08:00
parent edcff1df04
commit ecc762b469
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ audioread
uvicorn>=0.21.1 uvicorn>=0.21.1
colorama>=0.4.5 colorama>=0.4.5
pyworld==0.3.2 pyworld==0.3.2
httpx==0.23.0 httpx
onnxruntime-directml onnxruntime-directml
torchcrepe==0.0.20 torchcrepe==0.0.20
fastapi==0.88 fastapi==0.88

View File

@ -37,7 +37,7 @@ audioread
uvicorn>=0.21.1 uvicorn>=0.21.1
colorama>=0.4.5 colorama>=0.4.5
pyworld==0.3.2 pyworld==0.3.2
httpx==0.23. httpx
onnxruntime; sys_platform == 'darwin' onnxruntime; sys_platform == 'darwin'
onnxruntime-gpu; sys_platform != 'darwin' onnxruntime-gpu; sys_platform != 'darwin'
torchcrepe==0.0.20 torchcrepe==0.0.20