Skip to content

Commit

Permalink
numpy 1.24 w/o py 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
philippadoherty committed Feb 13, 2024
1 parent 0828ba4 commit 1cd6f00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-MACS3-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.11]
python-version: [3.9, 3.10.11, 3.11]
arch: ['x64']
name: Build on x64 with Python ${{ matrix.python-version }}
steps:
Expand Down
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.25', 'cykhash>=2.0,<3.0', 'Cython~=3.0', 'hmmlearn>=0.3']
requires=['setuptools>=60.0', 'numpy==1.24', '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.25
numpy==1.24
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.25",
install_requires = [ "numpy==1.24",
"hmmlearn>=0.3",
"cykhash>=2.0,<3.0",
"Cython~=3.0" ]
Expand Down

0 comments on commit 1cd6f00

Please sign in to comment.