Skip to content

Commit

Permalink
Update pyrep dependency with cffi fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneteoh committed Jun 21, 2024
1 parent 6603af9 commit f0a3bf0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
import codecs
import os.path

# cffi required by pyrep
# dynamically install cffi before anything else
try:
import cffi
except ImportError:
import subprocess
import sys
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'cffi==1.14.2'])

from setuptools import setup


Expand All @@ -34,7 +24,7 @@ def get_version(rel_path):
raise RuntimeError("Unable to find version string.")

core_requirements = [
"pyrep @ git+https://github.com/stepjam/PyRep.git@fe521cedbf608ed81593241779692c48962ac4cb",
"pyrep @ git+https://github.com/stepjam/PyRep.git@fix-cffi-dependency",
"numpy",
"Pillow",
"pyquaternion",
Expand Down

0 comments on commit f0a3bf0

Please sign in to comment.