diff --git a/Jenkinsfile b/Jenkinsfile index 8100bd4d46..c391223830 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -237,7 +237,7 @@ for(b = 0; b < builderNodes.size(); b++) { virtualenv virtualenv . virtualenv/bin/activate - pip install "numpy>1.6, < 1.15" + pip install "numpy>=1.10.0,!=1.16.*" python setup.py clean --all python setup.py bdist_wheel -d . 1>> "${uniqueMsg}" 2>> "${uniqueMsg}" @@ -282,7 +282,7 @@ for(b = 0; b < builderNodes.size(); b++) { call activate popd - pip install numpy + pip install "numpy>1.6, < 1.15" copy /Y lib\\genn*Release_DLL.* pygenn\\genn_wrapper diff --git a/bin/genn-buildmodel.bat b/bin/genn-buildmodel.bat index f8d3421794..c37587d1e2 100644 --- a/bin/genn-buildmodel.bat +++ b/bin/genn-buildmodel.bat @@ -10,6 +10,7 @@ echo genn-buildmodel.bat [cdho] model echo -c only generate simulation code for the CPU echo -d enables the debugging mode echo -h shows this help message +echo -s build GeNN without SDL checks echo -o outpath changes the output directory echo -i includepath add additional include directories (seperated by semicolons) goto :eof @@ -19,7 +20,7 @@ rem :: define genn-buildmodel.bat options separated by spaces rem :: -