Skip to content

Commit

Permalink
lower deps for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed Oct 2, 2024
1 parent db961ca commit 8455b8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires=['setuptools>=68.0', 'numpy>=1.25,<2.0.0', 'scipy>=1.12', 'cykhash>=2.0,<3.0', 'Cython>=3.0,<3.1', 'scikit-learn>=1.3', 'hmmlearn>=0.3.2']
requires=['setuptools>=63.0', 'numpy>=1.25,<2.0.0', 'scipy>=1.11.1', 'cykhash>=2.0,<3.0', 'Cython>=0.29.37', 'scikit-learn>=1.3', 'hmmlearn>=0.3.2']

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Cython>=3.0,<3.1
Cython>=0.29.37
numpy>=1.25,<2.0.0
scipy>=1.12
scipy>=1.11.1
scikit-learn>=1.3
hmmlearn>=0.3.2
cykhash>=2.0,<3.0
pytest>=7.0
setuptools>=68.0
setuptools>=63.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
'Programming Language :: Cython', ]

install_requires = [ "numpy>=1.25,<2.0.0",
"scipy>=1.12",
"scipy>=1.11.1",
"hmmlearn>=0.3.2",
"scikit-learn>=1.3",
"cykhash>=2.0,<3.0"]
"cykhash>=0.29.37"]



Expand Down

0 comments on commit 8455b8b

Please sign in to comment.