소스 검색

unpin numpy

Blake Blackshear 4 년 전
부모
커밋
4a8d998afe
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      docker/Dockerfile.wheels

+ 1 - 2
docker/Dockerfile.wheels

@@ -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 \