From cf36ce977c0b8bd54c906e63ce31931ac060178f Mon Sep 17 00:00:00 2001
From: anyvoice <130631963+anyvoiceai@users.noreply.github.com>
Date: 星期日, 02 七月 2023 09:12:18 +0800
Subject: [PATCH] Creates tensor in target device to avoid high CPU occupation. (#695)
---
setup.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index 30e1f1a..6bb4bcd 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,6 @@
requirements = {
"install": [
"setuptools>=38.5.1",
- "typeguard>=3.0.1",
"humanfriendly",
"scipy>=1.4.1",
"librosa",
--
Gitblit v1.9.1