From ecc762b4691874bd6a78d11e334e1921c3a28849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 27 Aug 2023 01:29:55 +0800 Subject: [PATCH] remove httpx version limit --- requirements-dml.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dml.txt b/requirements-dml.txt index c56c4b8..ccd7605 100644 --- a/requirements-dml.txt +++ b/requirements-dml.txt @@ -37,7 +37,7 @@ audioread uvicorn>=0.21.1 colorama>=0.4.5 pyworld==0.3.2 -httpx==0.23.0 +httpx onnxruntime-directml torchcrepe==0.0.20 fastapi==0.88 diff --git a/requirements.txt b/requirements.txt index 6ab4f52..d3ed28a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ audioread uvicorn>=0.21.1 colorama>=0.4.5 pyworld==0.3.2 -httpx==0.23. +httpx onnxruntime; sys_platform == 'darwin' onnxruntime-gpu; sys_platform != 'darwin' torchcrepe==0.0.20