From 65c4eebfbf20a22c7d57d033ce6969470554e97a Mon Sep 17 00:00:00 2001 From: Eugene Teoh <50418168+eugeneteoh@users.noreply.github.com> Date: Fri, 21 Jun 2024 21:12:06 +0100 Subject: [PATCH] Point to commit hash --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd9c61011..48ceff6d1 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def get_version(rel_path): raise RuntimeError("Unable to find version string.") core_requirements = [ - "pyrep @ git+https://github.com/eugeneteoh/PyRep.git@fix-cffi-dependency", + "pyrep @ git+https://github.com/eugeneteoh/PyRep.git@ee4137ed903ca293f68e519ce47edb03642724a3", "numpy", "Pillow", "pyquaternion",