Skip to content

Commit f174f41

Browse files
committed
Update numpy version used for integration tests in CI
1 parent 5a7f193 commit f174f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN if [ -n "${DEV}" ]; \
8383
then \
8484
pip install -U -r requirements/coverage.pip \
8585
&& export PYTHONUSERBASE=/snekbox/user_base \
86-
&& /snekbin/python/default/bin/python -m pip install --user numpy~=2.2.5; \
86+
&& /snekbin/python/default/bin/python -m pip install --user numpy~=2.3.3; \
8787
fi
8888

8989
# At the end to avoid re-installing dependencies when only a config changes.

0 commit comments

Comments
 (0)