Skip to content
Snippets Groups Projects
Commit 8bbbb06d authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'master' of ssh://github.com/inducer/pyopencl

parents 04d21099 29a01db8
No related branches found
No related tags found
No related merge requests found
Pipeline #38405 passed with warnings
...@@ -37,6 +37,8 @@ for PYBIN in /opt/python/*/bin; do ...@@ -37,6 +37,8 @@ for PYBIN in /opt/python/*/bin; do
NUMPY_VERSION="1.9.3" NUMPY_VERSION="1.9.3"
elif [[ "${PYBIN}" == *cp38* ]]; then elif [[ "${PYBIN}" == *cp38* ]]; then
NUMPY_VERSION="1.17.3" NUMPY_VERSION="1.17.3"
elif [[ "${PYBIN}" == *cp39* ]]; then
continue
else else
NUMPY_VERSION="1.8.2" NUMPY_VERSION="1.8.2"
fi 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