Skip to content

Commit

Permalink
Bump libretro.py requirements to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jan 28, 2025
1 parent f8108d1 commit 646213f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# melonDS DS doesn't support OpenGL on macOS,
# so there's no need to install OpenGL dependencies
libretro.py==0.5.0
libretro.py[opengl]==0.5.0 ; sys_platform != "darwin"
libretro.py==0.6.0
libretro.py[opengl]==0.6.0 ; sys_platform != "darwin"
Pillow==10.3.0
more-itertools==10.2.* ; python_version < '3.12'

0 comments on commit 646213f

Please sign in to comment.