Skip to content

Commit

Permalink
Version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatl committed Apr 24, 2019
1 parent 4c98b34 commit 3b16240
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
from setuptools import setup

requirements = [
'lxml', # For XML DOM Tree
'networkx', # For joint graph
'numpy', # Numpy
'pillow', # For texture image loading
'pycollada', # COLLADA (.dae) mesh loading via trimesh
'pyrender', # For visualization
'six', # Python 2/3 compatability
'trimesh', # Mesh geometry loading/creation/saving
'lxml', # For XML DOM Tree
'networkx==2.2', # For joint graph
'numpy', # Numpy
'pillow', # For texture image loading
'pycollada', # COLLADA (.dae) mesh loading via trimesh
'pyrender', # For visualization
'six', # Python 2/3 compatability
'trimesh', # Mesh geometry loading/creation/saving
]

dev_requirements = [
Expand Down
2 changes: 1 addition & 1 deletion urdfpy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.4'
__version__ = '0.0.5'

0 comments on commit 3b16240

Please sign in to comment.