We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7f193 commit f174f41Copy full SHA for f174f41
Dockerfile
@@ -83,7 +83,7 @@ RUN if [ -n "${DEV}" ]; \
83
then \
84
pip install -U -r requirements/coverage.pip \
85
&& export PYTHONUSERBASE=/snekbox/user_base \
86
- && /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; \
87
fi
88
89
# At the end to avoid re-installing dependencies when only a config changes.
0 commit comments