unpin numpy

This commit is contained in:
Blake Blackshear 2021-02-18 07:12:14 -06:00
parent fe59d90c51
commit 4a8d998afe

View File

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