[Bf-blender-cvs] [ebf3979] master: install_deps.sh: update official numpy version.

Bastien Montagne noreply at git.blender.org
Tue Nov 24 10:13:47 CET 2015


Commit: ebf3979cab592ba311d80702881a5ee7f8a40782
Author: Bastien Montagne
Date:   Tue Nov 24 10:13:16 2015 +0100
Branches: master
https://developer.blender.org/rBebf3979cab592ba311d80702881a5ee7f8a40782

install_deps.sh: update official numpy version.

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

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 42834b6..8c38a76 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -255,7 +255,7 @@ PYTHON_FORCE_BUILD=false
 PYTHON_FORCE_REBUILD=false
 PYTHON_SKIP=false
 
-NUMPY_VERSION="1.8.1"
+NUMPY_VERSION="1.9.1"
 NUMPY_VERSION_MIN="1.8"
 NUMPY_FORCE_BUILD=false
 NUMPY_FORCE_REBUILD=false




More information about the Bf-blender-cvs mailing list