From 20bf6cdb0bc1b92c26af3fc0e644d97745351afd Mon Sep 17 00:00:00 2001 From: gentlegiantJGC Date: Mon, 17 Jun 2024 13:09:04 +0100 Subject: [PATCH] Remove pyopengl accelerate (#1066) This is causing problems and I don't know if it actually speeds much up. --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index df2ad826..9c282f84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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