We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b3fff commit 61005b4Copy full SHA for 61005b4
docker/Dockerfile
@@ -69,7 +69,7 @@ RUN \
69
70
# Over on GitHub Actions, we need to fail fast and not hit the six hour run limit, so make sure we got it right
71
72
-RUN [ "`/usr/bin/python3 --version`" = "Python 3.11.8" ]
+RUN [ "`/usr/bin/python3 --version`" = "Python 3.11.10" ]
73
RUN [ "`/usr/bin/python3 -c 'import numpy; print(numpy.__version__)'`" = "1.24.4" ]
74
RUN [ "`/usr/bin/python3 -c 'import pandas; print(pandas.__version__)'`" = "1.5.3" ]
75
RUN [ "`/usr/bin/python3 -c 'import PIL; print(PIL.__version__)'`" = "9.5.0" ]
0 commit comments