From e13f3d90f5300cc5121aaeafa6652f296559ad75 Mon Sep 17 00:00:00 2001 From: lucidrains Date: Wed, 23 Aug 2023 15:41:36 -0700 Subject: [PATCH] 0.1.0, and make spear tts latest --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8d9872a..f68910f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'soundstorm-pytorch', packages = find_packages(exclude=[]), - version = '0.0.29', + version = '0.1.0', license='MIT', description = 'SoundStorm - Efficient Parallel Audio Generation from Google Deepmind, in Pytorch', author = 'Phil Wang', @@ -23,7 +23,7 @@ 'beartype', 'classifier-free-guidance-pytorch>=0.1.5', 'einops>=0.6.1', - 'spear-tts-pytorch>=0.0.6', + 'spear-tts-pytorch>=0.0.15', 'torch>=1.6', ], classifiers=[