Remove pyopengl accelerate (#1066)

This is causing problems and I don't know if it actually speeds much up.
This commit is contained in:
gentlegiantJGC 2024-06-17 13:09:04 +01:00 committed by GitHub
parent c2edf7ff29
commit 20bf6cdb0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,8 +19,6 @@ install_requires =
wxPython
numpy~=1.17
pyopengl~=3.0
; pyopengl-accelerate does not work for M1 Macs. Amulet-Team/Amulet-Map-Editor#597
pyopengl-accelerate~=3.0; sys_platform!="darwin" or (sys_platform=="darwin" and platform_machine!="arm")
packaging
amulet-core~=1.9
amulet-nbt~=2.0