Skip to content

Commit

Permalink
Merge pull request #146 from labgem/JeanMainguy-patch-1
Browse files Browse the repository at this point in the history
Force to use cython<3.0.0 to prevent crash in macOS install
  • Loading branch information
JeanMainguy authored Nov 28, 2023
2 parents da6872c + f1304c1 commit 153f8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
url="https://github.com/labgem/PPanGGOLiN",
description="Pangenome analysis suite",
packages=setuptools.find_packages(),
setup_requires=["cython"],
setup_requires=["cython<3.0.0"],
install_requires=[],
package_data={'': ['rRNA_DB/*cm*']},
classifiers=["Environment :: Console",
Expand Down

0 comments on commit 153f8aa

Please sign in to comment.