diff options
author | 2025-10-09 21:10:00 +0100 | |
---|---|---|
committer | 2025-10-09 23:04:41 +0100 | |
commit | f174f4173683d62057f7eb288ecc2c986b99b2ed (patch) | |
tree | e65a0eae997939fd4ee87d2e225d3daafd9ce5e1 | |
parent | Update eval packages and remove unnecessary version constraints (diff) |
Update numpy version used for integration tests in CI
-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~=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. |