Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

requirements = [
'lxml', # For XML DOM Tree
'networkx==2.2', # For joint graph
'networkx', # For joint graph
'numpy', # Numpy
'pillow', # For texture image loading
'pycollada==0.6', # COLLADA (.dae) mesh loading via trimesh
'pycollada', # COLLADA (.dae) mesh loading via trimesh
'pyrender>=0.1.20', # For visualization
'scipy', # For trimesh, annoyingly
'six', # Python 2/3 compatability
Expand Down Expand Up @@ -45,7 +45,6 @@
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Natural Language :: English',
Expand Down