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 3
3
setup (
4
4
name = 'vector_quantize_pytorch' ,
5
5
packages = find_packages (),
6
- version = '1.14.7 ' ,
6
+ version = '1.14.8 ' ,
7
7
license = 'MIT' ,
8
8
description = 'Vector Quantization - Pytorch' ,
9
9
long_description_content_type = 'text/markdown' ,
16
16
'pytorch' ,
17
17
'quantization'
18
18
],
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 ' ,
22
22
'torch'
23
23
],
24
+ extras_require = dict (
25
+ test = [
26
+ 'torchvision' ,
27
+ 'tqdm'
28
+ ]
29
+ ),
24
30
classifiers = [
25
31
'Development Status :: 4 - Beta' ,
26
32
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments