Skip to content

Commit

Permalink
Merge pull request keras-team#892 from amitbeka/fix-requirements
Browse files Browse the repository at this point in the history
fix setup.py: add six as a requirement
  • Loading branch information
fchollet committed Oct 25, 2015
2 parents 47071f9 + e60680b commit 6e2e6ef
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 @@ -10,7 +10,7 @@
url='https://github.com/fchollet/keras',
download_url='https://github.com/fchollet/keras/tarball/0.2.0',
license='MIT',
install_requires=['theano', 'pyyaml'],
install_requires=['theano', 'pyyaml', 'six'],
extras_require={
'h5py': ['h5py'],
},
Expand Down

0 comments on commit 6e2e6ef

Please sign in to comment.