Skip to content

Commit

Permalink
Merge pull request #589 from tjni/clean-up-build-dependencies
Browse files Browse the repository at this point in the history
remove pip and wheel from build dependencies
  • Loading branch information
taoliu authored Aug 12, 2023
2 parents e78e20a + afbb7cd commit 429f8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires=['pip', 'setuptools>=60.0', 'numpy>=1.19', 'cykhash>=2.0,<3.0', 'Cython~=3.0', 'wheel', 'hmmlearn>=0.3']
requires=['setuptools>=60.0', 'numpy>=1.19', 'cykhash>=2.0,<3.0', 'Cython~=3.0', 'hmmlearn>=0.3']

0 comments on commit 429f8f8

Please sign in to comment.