Skip to content

Commit

Permalink
Updated to v0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarch01 committed Sep 8, 2020
1 parent 0f8146b commit afe6c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name='NiLBS',
version='0.5.2',
version='0.5.3',
description='NiLBS 3D implementation.',
author='Joe March',
author_email='jgm45@cam.ac.uk',
packages=['NiLBS'], #same as name
packages=['NiLBS.NiLBS'], #same as name
install_requires=['trimesh', 'pyrender', 'tensorflow'], #external packages as dependencies
)

0 comments on commit afe6c6f

Please sign in to comment.