Skip to content

Commit

Permalink
does every widget really need numpy and pandas?
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed May 17, 2016
1 parent f5f67eb commit bd62c40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions {{cookiecutter.github_project_name}}/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ def run(self):
],
'install_requires': [
'ipywidgets>=5.1.3',
'numpy',
'pandas'],
],
'packages': find_packages(),
'zip_safe': False,
'cmdclass': {
Expand Down

0 comments on commit bd62c40

Please sign in to comment.