From a9fde8a5e05eed6b8210bb2fd1bdb9853d8b612d Mon Sep 17 00:00:00 2001 From: Roberto Rossini <71787608+robomics@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:48:58 +0200 Subject: [PATCH] Restrict numpy's version --- dockerfiles/ubuntu-hictk-ci.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfiles/ubuntu-hictk-ci.Dockerfile b/dockerfiles/ubuntu-hictk-ci.Dockerfile index 38d5cdc..0541e58 100644 --- a/dockerfiles/ubuntu-hictk-ci.Dockerfile +++ b/dockerfiles/ubuntu-hictk-ci.Dockerfile @@ -43,6 +43,7 @@ RUN apt-get update -q \ wheel \ && /opt/venv/bin/pip install \ "cooler==${COOLER_VERSION}" \ + "numpy<2" \ && apt-get remove -q -y gcc \ pkg-config \ ${PYTHON}-dev \