From dec04311b9e97213ce93437b1a6b3602cae7069e Mon Sep 17 00:00:00 2001 From: rmcpantoja Date: Tue, 1 Aug 2023 11:21:13 -0500 Subject: [PATCH] Resolve conflicts. --- src/python/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/python/requirements.txt b/src/python/requirements.txt index 47a599f..a10f0f3 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -1,7 +1,7 @@ cython>=0.29.0,<1 -espeak-phonemizer>=1.1.0,<2 +piper-phonemize~=1.1.0 librosa>=0.9.2,<1 numpy>=1.19.0 -onnxruntime~=1.14.1 +onnxruntime>=1.11.0 pytorch-lightning~=1.7.0 -torch~=1.11.0 +torch>=1.11.0,<2 \ No newline at end of file