We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa15e2 commit 3099b40Copy full SHA for 3099b40
setup.py
@@ -27,15 +27,13 @@
27
'Operating System :: OS Independent']
28
29
install_reqs = ['numpy>=1.7.1', 'scipy>=0.12.0', 'matplotlib>=1.2.1',
30
- 'Theano<=0.7dev']
+ 'Theano<=0.7.1dev']
31
32
test_reqs = ['nose']
33
if sys.version_info[0] == 2: # py3 has mock in stdlib
34
test_reqs.append('mock')
35
36
-## The current release of Theano does not support `as_op` decorator, so
37
-## we're using the developmental version from github.
38
-dep_links = ['https://github.com/Theano/Theano/tarball/master#egg=Theano-0.7dev']
+dep_links = ['https://github.com/Theano/Theano/tarball/master#egg=Theano-0.7.1dev']
39
40
if __name__ == "__main__":
41
setup(name=DISTNAME,
0 commit comments