Make sure numpy2 is not pulled in even on aarch64

pull/91/head
Stefano Ortolani 2024-07-09 15:12:30 +01:00
parent 27bd316a71
commit 1c89ebcd67
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ FROM "${DOCKER_HUB_PROXY}python:3.11-slim-bullseye" as python-build
fi fi
cd /srv/misp-modules cd /srv/misp-modules
sed -i "s/numpy.*/numpy<2/" REQUIREMENTS
echo "pyeti" >> REQUIREMENTS echo "pyeti" >> REQUIREMENTS
echo "greynoise" >> REQUIREMENTS echo "greynoise" >> REQUIREMENTS
echo "Google-Search-API" >> REQUIREMENTS echo "Google-Search-API" >> REQUIREMENTS