Skip to content

Commit

Permalink
Upgrade python
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Sep 11, 2024
1 parent 87b3fff commit 61005b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN \

# Over on GitHub Actions, we need to fail fast and not hit the six hour run limit, so make sure we got it right

RUN [ "`/usr/bin/python3 --version`" = "Python 3.11.8" ]
RUN [ "`/usr/bin/python3 --version`" = "Python 3.11.10" ]
RUN [ "`/usr/bin/python3 -c 'import numpy; print(numpy.__version__)'`" = "1.24.4" ]
RUN [ "`/usr/bin/python3 -c 'import pandas; print(pandas.__version__)'`" = "1.5.3" ]
RUN [ "`/usr/bin/python3 -c 'import PIL; print(PIL.__version__)'`" = "9.5.0" ]
Expand Down

0 comments on commit 61005b4

Please sign in to comment.