Skip to content
Snippets Groups Projects
Commit 3e45f40d authored by David Schwörer's avatar David Schwörer
Browse files

fix numpy version at compile time

parent 77327977
Branches
No related tags found
No related merge requests found
Pipeline #95369 canceled
......@@ -42,8 +42,9 @@ setup_requires =
cython
numpy
install_requires =
cython
numpy
EOF
echo " numpy==$(python -c 'from numpy.version import version;print(version)')"
cat << "EOF"
tests_require =
pytest >= 3.3.0
include_package_data = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment