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 3388015 commit 0cd9983Copy full SHA for 0cd9983
requirements-dev.txt
@@ -7,3 +7,4 @@ pytest-cov>=2.5.1
7
mock>=2.0.0; python_version < '3.4'
8
pyflakes>=1.5.0
9
pycodestyle>=2.3.1
10
+nose-parameterized==0.6.0
scripts/create_testenv.sh
@@ -44,7 +44,7 @@ fi
44
pip install --upgrade pip
45
pip install --no-deps numdifftools
46
pip install git+https://github.com/Theano/Theano.git
47
-pip install tqdm h5py
+pip install tqdm h5py nose-parameterized==0.6.0
48
49
if [ -z ${NO_SETUP} ]; then
50
python setup.py build_ext --inplace
0 commit comments