Skip to content

Commit

Permalink
test numpy 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philippadoherty committed Jan 31, 2024
1 parent 3d75133 commit 20a9fb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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=['setuptools>=60.0', 'numpy==1.24', 'cykhash>=2.0,<3.0', 'Cython~=3.0', 'hmmlearn>=0.3']
requires=['setuptools>=60.0', 'numpy==1.24.2', 'cykhash>=2.0,<3.0', 'Cython~=3.0', 'hmmlearn>=0.3']
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Cython~=3.0
numpy==1.24
numpy==1.24.2
hmmlearn>=0.3
cykhash>=2.0,<3.0
pytest>=7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'Programming Language :: Python :: 3.12',
'Programming Language :: Cython', ]

install_requires = [ "numpy==1.24",
install_requires = [ "numpy==1.24.2",
"hmmlearn>=0.3",
"cykhash>=2.0,<3.0"]

Expand Down

0 comments on commit 20a9fb7

Please sign in to comment.