From 5d2be1615f31ea182b59f61b15fe76e0fedbefe3 Mon Sep 17 00:00:00 2001 From: Lukas Schaefer Date: Tue, 31 Mar 2026 11:21:37 -0400 Subject: [PATCH] Update python dependencies and support Nextcloud 34 Signed-off-by: Lukas Schaefer --- appinfo/info.xml | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index b1fc8ab..72d41ea 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -31,7 +31,7 @@ Negative: https://github.com/nextcloud/text2speech_kokoro/issues https://github.com/lukasdotcom/text2speech_kokoro - + diff --git a/requirements.txt b/requirements.txt index ec5c7d4..6b0b32b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -nc_py_api[app]==0.23.0 +nc_py_api[app]==0.30.0 kokoro==0.9.4 soundfile==0.13.1 misaki==0.9.4 -torch==2.9.1 -audiometa_python==0.11.1 -static_ffmpeg==2.13 \ No newline at end of file +torch==2.11.0 +audiometa_python==1.3.2 +static_ffmpeg==3.0 \ No newline at end of file