Skip to content

Commit

Permalink
Quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneteoh committed Jun 21, 2024
1 parent eb4abf1 commit ee4137e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_version(rel_path):
'pyrep.textures',
'pyrep.misc',
],
setup_requires=["cffi<1.16"],
setup_requires=["cffi>=1.0.0"],
cffi_modules=["cffi_build/cffi_build.py:ffibuilder"],
install_requires=["cffi<1.16"],
install_requires=["cffi>=1.0.0"],
)

0 comments on commit ee4137e

Please sign in to comment.