aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-10-09 21:10:00 +0100
committerGravatar Joe Banks <[email protected]>2025-10-09 23:04:41 +0100
commitf174f4173683d62057f7eb288ecc2c986b99b2ed (patch)
treee65a0eae997939fd4ee87d2e225d3daafd9ce5e1
parentUpdate eval packages and remove unnecessary version constraints (diff)
Update numpy version used for integration tests in CI
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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.