Skip to content

Commit

Permalink
Don't pin the upper bound of Cython dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
befeleme committed Nov 15, 2023
1 parent 64df785 commit 66a3608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
pyqt5
psutil
cython<3.0.0
cython
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def read_long_description():
return ""


install_requires = ["numpy", "psutil", "cython<3.0.0"]
install_requires = ["numpy", "psutil", "cython"]
if IS_RELEASE:
install_requires.append("pyqt5")
else:
Expand Down

0 comments on commit 66a3608

Please sign in to comment.