Skip to content

Commit

Permalink
Add keras as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
klarh committed Apr 3, 2019
1 parent da1ed94 commit 59460bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
description='Save and load keras models from GTAR trajectory files',
extras_require={},
install_requires=['gtar'],
install_requires=['gtar', 'keras'],
license='MIT',
packages=[
'keras_gtar',
Expand Down

0 comments on commit 59460bb

Please sign in to comment.