[Bf-blender-cvs] [5ca5357e08f] master: Install_deps: bump official numpy version to 1.17.0

Bastien Montagne noreply at git.blender.org
Wed Aug 14 17:49:22 CEST 2019


Commit: 5ca5357e08f25b1fcda95c084ac24722c5177b5e
Author: Bastien Montagne
Date:   Wed Aug 14 17:48:06 2019 +0200
Branches: master
https://developer.blender.org/rB5ca5357e08f25b1fcda95c084ac24722c5177b5e

Install_deps: bump official numpy version to 1.17.0

Following recent ;ails re python version bump (looks like py version
itself had already been bumped in that script).

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index e4f03480385..1324616ca35 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -309,7 +309,7 @@ PYTHON_FORCE_BUILD=false
 PYTHON_FORCE_REBUILD=false
 PYTHON_SKIP=false
 
-NUMPY_VERSION="1.15.0"
+NUMPY_VERSION="1.17.0"
 NUMPY_VERSION_MIN="1.8"
 NUMPY_FORCE_BUILD=false
 NUMPY_FORCE_REBUILD=false



More information about the Bf-blender-cvs mailing list