Skip to content

Commit

Permalink
enforce latest vq lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 28, 2022
1 parent 24587c9 commit cbc2b5b
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 = 'phenaki-pytorch',
packages = find_packages(exclude=[]),
version = '0.0.37',
version = '0.0.38',
license='MIT',
description = 'Phenaki - Pytorch',
author = 'Phil Wang',
Expand All @@ -29,7 +29,7 @@
'torchvision',
'transformers',
'tqdm',
'vector-quantize-pytorch>=0.10.8'
'vector-quantize-pytorch>=0.10.14'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit cbc2b5b

Please sign in to comment.