Skip to content
Snippets Groups Projects
Commit 7efbbdc1 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Use numpy 1.17.3 for python 3.8

parent 0c50a488
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ for PYBIN in /opt/python/*/bin; do
NUMPY_VERSION="1.14.5"
elif [[ "${PYBIN}" == *cp35* ]]; then
NUMPY_VERSION="1.9.3"
elif [[ "${PYBIN}" == *cp38* ]]; then
NUMPY_VERSION="1.17.3"
else
NUMPY_VERSION="1.8.2"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment