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-25 13:58:00 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-11-25 13:58:00 +0300
commitbdd1ecef0356094e535252e3c1735ee5f2091e77 (patch)
treec437576bd6656c8901e74d42e7f374fba6b988c5 /build_files/build_environment/install_deps.sh
parent95bc8389a983cac85eecf9cbc527ed678783e817 (diff)
install_deps.sh: Updated official Python (to 3.5.0) and NumPy (to 1.10.1).
Diffstat (limited to 'build_files/build_environment/install_deps.sh')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 8c38a766002..6c16558ed76 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