Commit df17dcd0 authored by Phil Wang's avatar Phil Wang
Browse files

need torch 1.12 for complex stft discriminator from audiolm

parent f2dc4628
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
  name = 'musiclm-pytorch',
  packages = find_packages(exclude=[]),
  version = '0.0.17',
  version = '0.0.18',
  license='MIT',
  description = 'MusicLM - AudioLM + Audio CLIP to text to music synthesis',
  author = 'Phil Wang',
@@ -25,7 +25,7 @@ setup(
    'einops>=0.6',
    'vector-quantize-pytorch>=1.0.0',
    'x-clip',
    'torch>=1.6',
    'torch>=1.12',
    'torchaudio'
  ],
  classifiers=[