Skip to content

Commit 3099b40

Browse files
committed
BLD Replace theano 0.7dev with 0.7.1dev dependency.
1 parent 0aa15e2 commit 3099b40

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@
2727
'Operating System :: OS Independent']
2828

2929
install_reqs = ['numpy>=1.7.1', 'scipy>=0.12.0', 'matplotlib>=1.2.1',
30-
'Theano<=0.7dev']
30+
'Theano<=0.7.1dev']
3131

3232
test_reqs = ['nose']
3333
if sys.version_info[0] == 2: # py3 has mock in stdlib
3434
test_reqs.append('mock')
3535

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']
36+
dep_links = ['https://github.com/Theano/Theano/tarball/master#egg=Theano-0.7.1dev']
3937

4038
if __name__ == "__main__":
4139
setup(name=DISTNAME,

0 commit comments

Comments
 (0)