Skip to content

Commit

Permalink
Remove pyopengl accelerate (#1066)
Browse files Browse the repository at this point in the history
This is causing problems and I don't know if it actually speeds much up.
  • Loading branch information
gentlegiantJGC authored Jun 17, 2024
1 parent c2edf7f commit 20bf6cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20bf6cd

Please sign in to comment.