[Bf-blender-cvs] [50b9d1d019b] master: Install_deps: Raise python and numpy versions (to 3.6.2 and 1.13.1 respectively).

Bastien Montagne noreply at git.blender.org
Thu Sep 21 09:59:17 CEST 2017


Commit: 50b9d1d019b8c5b32520230c2225c879264c203f
Author: Bastien Montagne
Date:   Thu Sep 21 09:57:56 2017 +0200
Branches: master
https://developer.blender.org/rB50b9d1d019b8c5b32520230c2225c879264c203f

Install_deps: Raise python and numpy versions (to 3.6.2 and 1.13.1 respectively).

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

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 1f25b37c979..73ac2595acb 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -292,13 +292,13 @@ NO_BUILD=false
 NO_CONFIRM=false
 USE_CXX11=false
 
-PYTHON_VERSION="3.5.3"
-PYTHON_VERSION_MIN="3.5"
+PYTHON_VERSION="3.6.2"
+PYTHON_VERSION_MIN="3.6"
 PYTHON_FORCE_BUILD=false
 PYTHON_FORCE_REBUILD=false
 PYTHON_SKIP=false
 
-NUMPY_VERSION="1.10.1"
+NUMPY_VERSION="1.13.1"
 NUMPY_VERSION_MIN="1.8"
 NUMPY_FORCE_BUILD=false
 NUMPY_FORCE_REBUILD=false



More information about the Bf-blender-cvs mailing list