Skip to content

Commit 1e8549e

Browse files
authored
Merge pull request #1508 from ColCarroll/unpin
Unpin theano
2 parents 9be2a02 + 4ca37f7 commit 1e8549e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_testenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
pip install tqdm
1919
pip install --no-deps numdifftools
20-
pip install https://github.com/Theano/Theano/archive/rel-0.8.2.zip
20+
pip install git+https://github.com/Theano/Theano.git
2121
pip install git+https://github.com/mahmoudimus/nose-timer.git
2222

2323
python setup.py build_ext --inplace

0 commit comments

Comments
 (0)