Skip to content

Commit

Permalink
Add h5py to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Apr 6, 2018
1 parent 2c8d1d0 commit 736b7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
install_requires=['numpy>=1.9.1',
'scipy>=0.14',
'six>=1.9.0',
'pyyaml'],
'pyyaml',
'h5py'],
extras_require={
'h5py': ['h5py'],
'visualize': ['pydot>=1.2.0'],
'tests': ['pytest',
'pytest-pep8',
Expand Down

0 comments on commit 736b7a7

Please sign in to comment.