[Bf-blender-cvs] [3200a135bec] master: install_deps: update Python to 3.9.1, numpy to 1.19.5.

Bastien Montagne noreply at git.blender.org
Wed Feb 3 16:04:27 CET 2021


Commit: 3200a135bec5792a26965222aa7dd6a72134b9d4
Author: Bastien Montagne
Date:   Wed Feb 3 11:21:00 2021 +0100
Branches: master
https://developer.blender.org/rB3200a135bec5792a26965222aa7dd6a72134b9d4

install_deps: update Python to 3.9.1, numpy to 1.19.5.

See T83246.

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

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 671417214d8..4b9457c3b3d 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -385,17 +385,17 @@ USE_CXX11=true
 CLANG_FORMAT_VERSION_MIN="6.0"
 CLANG_FORMAT_VERSION_MAX="10.0"
 
-PYTHON_VERSION="3.7.7"
-PYTHON_VERSION_SHORT="3.7"
+PYTHON_VERSION="3.9.1"
+PYTHON_VERSION_SHORT="3.9"
 PYTHON_VERSION_MIN="3.7"
-PYTHON_VERSION_MAX="3.9"
+PYTHON_VERSION_MAX="3.10"
 PYTHON_VERSION_INSTALLED=$PYTHON_VERSION_MIN
 PYTHON_FORCE_BUILD=false
 PYTHON_FORCE_REBUILD=false
 PYTHON_SKIP=false
 
-NUMPY_VERSION="1.17.5"
-NUMPY_VERSION_SHORT="1.17"
+NUMPY_VERSION="1.19.5"
+NUMPY_VERSION_SHORT="1.19"
 NUMPY_VERSION_MIN="1.8"
 NUMPY_VERSION_MAX="2.0"
 NUMPY_FORCE_BUILD=false



More information about the Bf-blender-cvs mailing list