diff --git a/pyproject.toml b/pyproject.toml index 4f49aece..b190f205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "ffpyplayer == 4.5.1", # Nov 3, 2023 4.5.1 needed for RPi. # These kivy versions match the ones from kivy - "kivy_deps.sdl2 == 0.6.0; platform_system=='Windows'", # Sept 19, 2023 + "kivy_deps.sdl2 == 0.7.0; platform_system=='Windows'", # Sept 19, 2023 "kivy_deps.glew == 0.3.1; platform_system=='Windows'", # Sept 19, 2023 "kivy_deps.gstreamer == 0.3.3; platform_system=='Windows'", # Sept 19, 2023 ]