diff --git a/setup.py b/setup.py index 454a5e3..1599481 100644 --- a/setup.py +++ b/setup.py @@ -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 '', ]