瀏覽代碼

pin numpy

Blake Blackshear 4 年之前
父節點
當前提交
144aff9b4e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docker/Dockerfile.wheels

+ 2 - 1
docker/Dockerfile.wheels

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