There was an error while loading. Please reload this page.
1 parent a2abd6c commit 6687703Copy full SHA for 6687703
1 file changed
requirements.txt
@@ -1,13 +1,13 @@
1
# DukPy is used in Chapters 9+ for executing JavaScript
2
-dukpy==0.3.0
+dukpy==0.5.0
3
4
# Skia is used in Chapters 11+ for advanced graphics
5
skia-python==138
6
-pybind11==2.10.4
+pybind11==3.0.1
7
8
# SDL2 is used in Chapters 11+ for a Skia-compatible GUI
9
-PySDL2==0.9.15
10
-pysdl2-dll==2.26.5
+PySDL2==0.9.17
+pysdl2-dll==2.32.0
11
12
# OpenGL is used in Chapters 13+ for GPU-accellerated Skia
13
-PyOpenGL==3.1.6
+PyOpenGL==3.1.10
0 commit comments