File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools" ]
3+ build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 33setup (
44 name = 'vector_quantize_pytorch' ,
55 packages = find_packages (),
6- version = '1.14.7 ' ,
6+ version = '1.14.8 ' ,
77 license = 'MIT' ,
88 description = 'Vector Quantization - Pytorch' ,
99 long_description_content_type = 'text/markdown' ,
1616 'pytorch' ,
1717 'quantization'
1818 ],
19- install_requires = [
20- 'einops>=0.7 .0' ,
21- 'einx[torch]>=0.1.3 ' ,
19+ install_requires = [
20+ 'einops>=0.8 .0' ,
21+ 'einx[torch]>=0.2 ' ,
2222 'torch'
2323 ],
24+ extras_require = dict (
25+ test = [
26+ 'torchvision' ,
27+ 'tqdm'
28+ ]
29+ ),
2430 classifiers = [
2531 'Development Status :: 4 - Beta' ,
2632 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments