Skip to content

Commit

Permalink
Need to require h5py
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Aug 10, 2017
1 parent 328825f commit c2e7968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ matplotlib
ipywidgets
Pillow
IPython
h5py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author='Douglas S. Blank',
author_email='doug.blank@gmail.com',
url='https://github.com/Calysto/conx',
install_requires=['numpy', 'keras', 'matplotlib', 'ipywidgets', 'Pillow', 'IPython'],
install_requires=['numpy', 'keras', 'matplotlib', 'ipywidgets', 'Pillow', 'IPython', 'h5py'],
packages=find_packages(include=['conx', 'conx.*']),
include_data_files = True,
test_suite = 'nose.collector',
Expand Down

0 comments on commit c2e7968

Please sign in to comment.