Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLoppe committed Jul 2, 2024
2 parents b99b081 + 1b244c6 commit c3f7c9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.7'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'mesh generation'
],
install_requires=[
'matplotlib',
'accelerate>=0.25.0',
'huggingface_hub>=0.21.4',
'beartype',
Expand All @@ -33,14 +34,13 @@
'jaxtyping',
'local-attention>=1.9.0',
'numpy',
'matplotlib',
'pytorch-custom-utils>=0.0.20',
'pytorch-custom-utils>=0.0.9',
'taylor-series-linear-attention>=0.1.6',
'torch>=2.1',
'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 c3f7c9f

Please sign in to comment.