aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-05-17 09:34:31 +0100
committerGravatar Chris Lovering <[email protected]>2025-05-17 09:34:31 +0100
commitb240456b206187eb8d294f71261db7dd028d6071 (patch)
treeff9bf719aa5606a7e11c3e4a3454fae9cc75f7cd /Dockerfile
parentRemove 3.12 in favour of 3.14-dev (diff)
Bump numpy version installed in dev to one that works for 3.13
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 56bab5d..0421d78 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~=1.19; \
+ && /snekbin/python/default/bin/python -m pip install --user numpy~=2.2.5; \
fi
# At the end to avoid re-installing dependencies when only a config changes.