diff --git a/requirements-py311.txt b/requirements-py311.txt index 6a5168511..9335c39eb 100644 --- a/requirements-py311.txt +++ b/requirements-py311.txt @@ -38,8 +38,8 @@ uvicorn>=0.21.1 colorama>=0.4.5 pyworld==0.3.2 httpx -onnxruntime; sys_platform == 'darwin' -onnxruntime-gpu; sys_platform != 'darwin' +onnxruntime; sys_platform == "darwin" +onnxruntime; sys_platform != "darwin" torchcrepe==0.0.23 fastapi==0.88 torchfcpe