Skip to content

Commit

Permalink
install module add mock
Browse files Browse the repository at this point in the history
target version changed
  • Loading branch information
Sirokujira committed Jun 2, 2019
1 parent 24a01b3 commit 1d83d2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
setup_requires = []
install_requires = [
'filelock',
'mock',
'nose',
# RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility
# https://github.com/scikit-image/scikit-image/issues/3655
Expand Down Expand Up @@ -874,7 +875,7 @@ def pkgconfig_win(flag, cut):
setup(name='python-pcl',
description='Python bindings for the Point Cloud Library (PCL). using Cython.',
url='http://github.com/strawlab/python-pcl',
version='0.3.0a1',
version='0.3.0rc1',
author='John Stowers',
author_email='[email protected]',
maintainer='Tooru Oonuma',
Expand Down

0 comments on commit 1d83d2d

Please sign in to comment.