Skip to content

Commit 318106d

Browse files
committed
address #89
1 parent 6a3d108 commit 318106d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meshgpt_pytorch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.5.5'
1+
__version__ = '1.5.6'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'torch_geometric',
3939
'tqdm',
4040
'vector-quantize-pytorch>=1.14.22',
41-
'x-transformers>=1.30.19',
41+
'x-transformers>=1.30.19,<1.31',
4242
],
4343
setup_requires=[
4444
'pytest-runner',

0 commit comments

Comments
 (0)