Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab authored and MrYsLab committed Sep 2, 2017
1 parent ce510ef commit c5c5eed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@

setup(
name='python-banyan',
version='2.0',
version='2.1',
packages=[
'python_banyan',
'python_banyan.banyan_base',
'python_banyan.utils',
'python_banyan.utils.monitor',
'python_banyan.utils.banyan_launcher',
'python_banyan.backplane',
],
install_requires=[
'pyzmq',
'u-msgpack-python',
'msgpack-python',
'numpy',
'numpy>=1.9',
'msgpack-numpy',
'psutil'
],
Expand Down

0 comments on commit c5c5eed

Please sign in to comment.