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

Commit 7a9d764

Browse files
committed
Using official versions of dependencies for the PIP build.
1 parent 250d44c commit 7a9d764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
install_requires = [
2222
'scikit-learn>=0.17',
23-
'Theano>=0.8-dev',
24-
'Lasagne>=0.2-dev',
23+
'Theano>=0.7',
24+
'Lasagne>=0.1',
2525
'colorama' if sys.platform == 'win32' else '',
2626
]
2727

0 commit comments

Comments
 (0)