Skip to content

Commit 97f11f4

Browse files
ColCarrollspringcoil
authored andcommitted
Pin theano version for now (#1494)
1 parent 587828c commit 97f11f4

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 git+https://github.com/Theano/Theano.git
20+
pip install https://github.com/Theano/Theano/archive/rel-0.8.2.zip
2121
pip install git+https://github.com/mahmoudimus/nose-timer.git
2222

2323
python setup.py build_ext --inplace

0 commit comments

Comments
 (0)