Skip to content

Commit

Permalink
pin to Cython version <3.0.0 (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl authored Jul 28, 2023
1 parent ace4559 commit 6484625
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!=0.29.18
cython<3.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def read_long_description():
return ""


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

0 comments on commit 6484625

Please sign in to comment.