diff options
author | 2025-05-17 09:34:31 +0100 | |
---|---|---|
committer | 2025-05-17 09:34:31 +0100 | |
commit | b240456b206187eb8d294f71261db7dd028d6071 (patch) | |
tree | ff9bf719aa5606a7e11c3e4a3454fae9cc75f7cd | |
parent | Remove 3.12 in favour of 3.14-dev (diff) |
Bump numpy version installed in dev to one that works for 3.13
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |