[Bf-blender-cvs] [bdd1ece] master: install_deps.sh: Updated official Python (to 3.5.0) and NumPy (to 1.10.1).

Bastien Montagne noreply at git.blender.org
Wed Nov 25 11:58:44 CET 2015


Commit: bdd1ecef0356094e535252e3c1735ee5f2091e77
Author: Bastien Montagne
Date:   Wed Nov 25 11:58:00 2015 +0100
Branches: master
https://developer.blender.org/rBbdd1ecef0356094e535252e3c1735ee5f2091e77

install_deps.sh: Updated official Python (to 3.5.0) and NumPy (to 1.10.1).

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

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 8c38a76..6c16558 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -249,13 +249,13 @@ DO_SHOW_DEPS=false
 
 SUDO="sudo"
 
-PYTHON_VERSION="3.4.0"
-PYTHON_VERSION_MIN="3.4"
+PYTHON_VERSION="3.5.0"
+PYTHON_VERSION_MIN="3.5"
 PYTHON_FORCE_BUILD=false
 PYTHON_FORCE_REBUILD=false
 PYTHON_SKIP=false
 
-NUMPY_VERSION="1.9.1"
+NUMPY_VERSION="1.10.1"
 NUMPY_VERSION_MIN="1.8"
 NUMPY_FORCE_BUILD=false
 NUMPY_FORCE_REBUILD=false




More information about the Bf-blender-cvs mailing list