Skip to content

Commit

Permalink
Update pycivet==0.0.7
Browse files Browse the repository at this point in the history
Fixes interpolate_sphere segfault when input is a read-only file
  • Loading branch information
jennydaman committed Mar 10, 2022
1 parent d0b94fe commit 60f65dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
chris_plugin~=0.0.13
pycivet==0.0.6
pycivet==0.0.7
loguru~=0.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'interpolate-surface-with-sphere',
version = '0.1.1',
version = '0.1.2',
description = 'Resample a surface mesh to have 81,920 triangles.',
author = 'Jennings Zhang',
author_email = '[email protected]',
Expand Down

0 comments on commit 60f65dd

Please sign in to comment.