Skip to content
Snippets Groups Projects
Unverified Commit fecdccfe authored by Isuru Fernando's avatar Isuru Fernando Committed by GitHub
Browse files

Merge pull request #348 from isuruf/patch-2

Python 2.7, 3.5 are not supported
parents cd03cf5e 1b24fabd
No related branches found
No related tags found
No related merge requests found
......@@ -33,14 +33,10 @@ for PYBIN in /opt/python/*/bin; do
NUMPY_VERSION="1.11.3"
elif [[ "${PYBIN}" == *cp37* ]]; then
NUMPY_VERSION="1.14.5"
elif [[ "${PYBIN}" == *cp35* ]]; then
NUMPY_VERSION="1.9.3"
elif [[ "${PYBIN}" == *cp38* ]]; then
NUMPY_VERSION="1.17.3"
elif [[ "${PYBIN}" == *cp39* ]]; then
continue
else
NUMPY_VERSION="1.8.2"
continue
fi
# Build with the oldest numpy available to be compatible with newer ones
"${PYBIN}/pip" install "numpy==${NUMPY_VERSION}" pybind11 mako
......
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