Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Using official versions of dependencies for the PIP build.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Dec 20, 2015
1 parent 250d44c commit 7a9d764
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 @@ -20,8 +20,8 @@

install_requires = [
'scikit-learn>=0.17',
'Theano>=0.8-dev',
'Lasagne>=0.2-dev',
'Theano>=0.7',
'Lasagne>=0.1',
'colorama' if sys.platform == 'win32' else '',
]

Expand Down

0 comments on commit 7a9d764

Please sign in to comment.