diff --git a/setup.py b/setup.py index e1892fc..bfad123 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -29,7 +29,7 @@ 'torchvision', 'transformers', 'tqdm', - 'vector-quantize-pytorch>=0.10.8' + 'vector-quantize-pytorch>=0.10.14' ], classifiers=[ 'Development Status :: 4 - Beta',