Skip to content

Commit

Permalink
unpin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Feb 20, 2021
1 parent fe59d90 commit 4a8d998
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.wheels
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ RUN pip3 install scikit-build

RUN pip3 wheel --wheel-dir=/wheels \
opencv-python-headless \
# pinning due to issue in 1.19.5 https://github.com/numpy/numpy/issues/18131
numpy==1.19.4 \
numpy \
imutils \
scipy \
psutil \
Expand Down

0 comments on commit 4a8d998

Please sign in to comment.