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>2019-08-14 18:48:06 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-08-14 18:49:15 +0300
commit5ca5357e08f25b1fcda95c084ac24722c5177b5e (patch)
treefd897ee4586eff115351e4946b84c42c67b68f3b /build_files
parent4b9e05b42898073c65d97e20295a773f6ce7e78b (diff)
Install_deps: bump official numpy version to 1.17.0
Following recent ;ails re python version bump (looks like py version itself had already been bumped in that script).
Diffstat (limited to 'build_files')
-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 e4f03480385..1324616ca35 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -309,7 +309,7 @@ PYTHON_FORCE_BUILD=false
PYTHON_FORCE_REBUILD=false
PYTHON_SKIP=false
-NUMPY_VERSION="1.15.0"
+NUMPY_VERSION="1.17.0"
NUMPY_VERSION_MIN="1.8"
NUMPY_FORCE_BUILD=false
NUMPY_FORCE_REBUILD=false