From f174f4173683d62057f7eb288ecc2c986b99b2ed Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 9 Oct 2025 21:10:00 +0100 Subject: Update numpy version used for integration tests in CI --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb9fafd..b96c085 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ RUN if [ -n "${DEV}" ]; \ then \ pip install -U -r requirements/coverage.pip \ && export PYTHONUSERBASE=/snekbox/user_base \ - && /snekbin/python/default/bin/python -m pip install --user numpy~=2.2.5; \ + && /snekbin/python/default/bin/python -m pip install --user numpy~=2.3.3; \ fi # At the end to avoid re-installing dependencies when only a config changes. -- cgit v1.2.3