Skip to content

Commit

Permalink
Some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyu committed Aug 23, 2022
1 parent d95b968 commit 20097a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
include README.md
include LICENSE.txt
include MANIFEST.in
include pyproject.toml
include setup.py
include nerfvis/scene.py
include nerfvis/sh.py
include nerfvis/utils/sh.py
include nerfvis/utils/__init__.py
include nerfvis/utils/_rotation.pyx
include nerfvis/__init__.py
include nerfvis/volrend.zip
include nerfvis/version.py
1 change: 0 additions & 1 deletion nerfvis/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
from ._rotation import Rotation
except:
from scipy.spatial.transform import Rotation # If cython not available, requires scipy
from . import sh
2 changes: 1 addition & 1 deletion nerfvis/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.12'
__version__ = '0.0.14'

0 comments on commit 20097a6

Please sign in to comment.