Skip to content

Commit

Permalink
pin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Jan 27, 2021
1 parent 18db6da commit 144aff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.wheels
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 144aff9

Please sign in to comment.