Skip to content

Commit d35f0e5

Browse files
committed
Imported but untested requirements
1 parent cfd29aa commit d35f0e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/create_testenv.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ fi
4646

4747
pip install pytest pytest-cov nose-parameterized pylint
4848

49+
# Install untested, non-required code (linter fails without them)
50+
pip install ipython ipywidgets numdifftools
51+
4952
if [ -z ${NO_SETUP} ]; then
5053
python setup.py build_ext --inplace
5154
fi

0 commit comments

Comments
 (0)