Skip to content

Commit 1b244c6

Browse files
authored
try to fix tests (#90)
* try to fix tests * patch
1 parent 318106d commit 1b244c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.6'
1+
__version__ = '1.5.7'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
'local-attention>=1.9.0',
3434
'numpy',
3535
'pytorch-custom-utils>=0.0.9',
36+
'rotary-embedding-torch>=0.6.4',
3637
'taylor-series-linear-attention>=0.1.6',
3738
'torch>=2.1',
3839
'torch_geometric',

0 commit comments

Comments
 (0)