Skip to content

Commit

Permalink
address #89
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jul 2, 2024
1 parent 6a3d108 commit 318106d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meshgpt_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5.5'
__version__ = '1.5.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'torch_geometric',
'tqdm',
'vector-quantize-pytorch>=1.14.22',
'x-transformers>=1.30.19',
'x-transformers>=1.30.19,<1.31',
],
setup_requires=[
'pytest-runner',
Expand Down

0 comments on commit 318106d

Please sign in to comment.