Skip to content

Commit

Permalink
remove cython from setup.py requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
philippadoherty committed Jan 10, 2024
1 parent c02ee68 commit 35d3042
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@

install_requires = [ "numpy>=1.19",
"hmmlearn>=0.3",
"cykhash>=2.0,<3.0",
"Cython~=3.0" ]
"cykhash>=2.0,<3.0"]

tests_requires = [ 'pytest' ]

Expand Down

0 comments on commit 35d3042

Please sign in to comment.