Skip to content

Commit d2331b2

Browse files
committed
Install NumPy < 2.0 along with Assess
1 parent 38ef871 commit d2331b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/actions/Dockerfile.actions.noble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ RUN make manual
3535
RUN sudo make install
3636

3737
# Python module 'assess' is required for some longtests
38-
RUN python3 -m pip install --break-system-packages assess
38+
RUN python3 -m pip install --break-system-packages "numpy<2" assess

docker/actions/Dockerfile.actions.noble-omp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ RUN make fltools
3434
RUN make manual
3535

3636
# Python module 'assess' is required for some longtests
37-
RUN python3 -m pip install --break-system-packages assess
37+
RUN python3 -m pip install --break-system-packages "numpy<2" assess

0 commit comments

Comments
 (0)