Skip to content

Commit

Permalink
Restrict numpy's version
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jun 17, 2024
1 parent 48f7d56 commit a9fde8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/ubuntu-hictk-ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a9fde8a

Please sign in to comment.