Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
1 change: 1 addition & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ if "%InstallPythonPackages%" == "True" (
echo "#################################"
echo "Installing python packages ... "
echo "#################################"
call "%PythonExe%" -m pip install --upgrade pip
call "%PythonExe%" -m pip install --upgrade nose pytest graphviz imageio pytest-cov "jupyter_client>=4.4.0" "nbconvert>=4.2.0"

if %PythonVersion% == 2.7 (
Expand Down