Skip to content

Commit b9b5499

Browse files
authored
Merge pull request #612 from macs3-project/feat/macs3/build_without_cython
remove cython from setup.py requirements
2 parents 3ab3b3a + 2a27840 commit b9b5499

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939

4040
install_requires = [ "numpy>=1.19",
4141
"hmmlearn>=0.3",
42-
"cykhash>=2.0,<3.0",
43-
"Cython~=3.0" ]
42+
"cykhash>=2.0,<3.0"]
4443

4544
tests_requires = [ 'pytest' ]
4645

0 commit comments

Comments
 (0)