Skip to content

Commit d3c4cba

Browse files
committed
Added skinning to package.
1 parent 676b913 commit d3c4cba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='NiLBS',
5-
version='0.5.6',
5+
version='0.5.7',
66
description='NiLBS 3D implementation.',
77
author='Joe March',
88
author_email='jgm45@cam.ac.uk',
@@ -14,6 +14,7 @@
1414
'NiLBS.occupancy.voxel',
1515
'NiLBS.pose',
1616
'NiLBS.sampling',
17+
'NiLBS.skinning',
1718
'NiLBS.weighting'],
1819
package_data={'NiLBS': ['data/*.npz']},
1920
install_requires=['trimesh', 'pyrender', 'tensorflow'], #external packages as dependencies

0 commit comments

Comments
 (0)