Skip to content

Commit

Permalink
Fixed requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Feb 10, 2017
1 parent e15f01e commit e8f8f63
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 @@ -24,7 +24,7 @@
],
keywords='convolutional neural networks deep learning',
packages=find_packages(exclude=['docs', 'tests', 'pantry']),
install_requires=['theano','numpy'],
install_requires=['theano','numpy','scipy','skdata','progressbar','pillow','matplotlib'],
extras_require={
'dev': ['progressbar', 'skdata', 'scipy', 'sphinx', 'sphinx_rtd_theme', 'pydot',
'pydot-ng','graphviz','networkx'],
Expand Down

0 comments on commit e8f8f63

Please sign in to comment.