melonds-ds/test/requirements.txt
Jesse Talavera 5db6c07c2c
Some checks failed
Build Artifacts / Windows (x86_64) (push) Has been cancelled
Build Artifacts / macOS (x86_64) (push) Has been cancelled
Build Artifacts / macOS (arm64) (push) Has been cancelled
Build Artifacts / Linux (x86_64) (push) Has been cancelled
Build Artifacts / Linux (arm64) (push) Has been cancelled
Build Artifacts / Android (push) Has been cancelled
Build Artifacts / iOS (push) Has been cancelled
Build Artifacts / tvOS (push) Has been cancelled
Update to libretro.py 0.4.0
2024-10-24 20:40:06 -04:00

7 lines
235 B
Plaintext

# melonDS DS doesn't support OpenGL on macOS,
# so there's no need to install OpenGL dependencies
libretro.py==0.4.0
libretro.py[opengl]==0.4.0 ; sys_platform != "darwin"
Pillow==10.3.0
more-itertools==10.2.* ; python_version < '3.12'