pin numpy

This commit is contained in:
Blake Blackshear 2021-01-19 06:16:44 -06:00
parent 18db6daf0a
commit 144aff9b4e

View File

@ -24,7 +24,8 @@ RUN pip3 install scikit-build
RUN pip3 wheel --wheel-dir=/wheels \
opencv-python-headless \
numpy \
# pinning due to issue in 1.19.5 https://github.com/numpy/numpy/issues/18131
numpy==1.19.4 \
imutils \
scipy \
psutil \