Skip to content

Commit

Permalink
bump version of spear tts being used
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Sep 30, 2023
1 parent 128a1be commit 856442e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'voicebox-pytorch',
packages = find_packages(exclude=[]),
version = '0.1.10',
version = '0.1.11',
license='MIT',
description = 'Voicebox - Pytorch',
author = 'Phil Wang',
Expand All @@ -21,7 +21,7 @@
'naturalspeech2-pytorch>=0.1.8',
'beartype',
'einops>=0.6.1',
'spear-tts-pytorch>=0.3.4',
'spear-tts-pytorch>=0.4.0',
'torch>=2.0',
'torchdiffeq',
'torchode',
Expand Down

0 comments on commit 856442e

Please sign in to comment.