Skip to content

Commit a970583

Browse files
committed
bump stable-audio-tools version to 0.0.19
1 parent 542d6de commit a970583

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools import setup, find_packages
1+
from setuptools import find_packages, setup
22

33
setup(
44
name='stable-codec',
@@ -15,7 +15,7 @@
1515
'wheel',
1616
'torch==2.4',
1717
'torchaudio==2.4',
18-
'stable-audio-tools==0.0.17',
18+
'stable-audio-tools==0.0.19',
1919
'pytorch-lightning==2.1',
2020
'prefigure==0.0.9']
2121
)

0 commit comments

Comments
 (0)