Skip to content

Commit

Permalink
remove pyzmq from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dereneaton committed Nov 4, 2015
1 parent 0e728f7 commit 92e9286
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
'numpy>=1.9',
'pandas',
'h5py',
'pyzmq>14.5',
'dill>0.2',
'sphinx',
'ipython>=4.0',
Expand Down Expand Up @@ -42,6 +41,9 @@
packages=find_packages(),

install_requires=[requirements],
extras_require = {
'plotting': ['toyplot>0.0.8'],
}

entry_points={
'console_scripts': [
Expand All @@ -50,7 +52,7 @@
},

license='GPL',

classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit 92e9286

Please sign in to comment.