Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-11-24 12:13:16 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-11-24 12:13:16 +0300
commitebf3979cab592ba311d80702881a5ee7f8a40782 (patch)
tree7dc150084c3c666b0a3e9ce1f1129af0fe23c913 /build_files/build_environment
parentfa6bdfd622999fa5f0550f879716a904991b33a6 (diff)
install_deps.sh: update official numpy version.
Diffstat (limited to 'build_files/build_environment')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 42834b65d46..8c38a766002 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