From 8b8ea2e9bb961117cad08c49f48620eec7af97d7 Mon Sep 17 00:00:00 2001 From: Aryaman Sinha <106659803+AryamanSi17@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:36:47 +0530 Subject: [PATCH] Update requirements-py311.txt --- requirements-py311.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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