Skip to content

Commit

Permalink
test non x64, numpy 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
philippadoherty committed Feb 13, 2024
1 parent 1d1e7bd commit 523246e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-MACS3-non-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
cd /home/macs3/
# let's create virtualenv
# virtualenv --system-site-packages macsenv
virtualenv --python=python3.11 --system-site-packages macsenv
virtualenv --system-site-packages macsenv
# virtualenv --python=python3.11 --system-site-packages macsenv
source macsenv/bin/activate
# copy source code over
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.24', 'cykhash>=2.0,<3.0', 'Cython~=3.0', 'hmmlearn>=0.3']
requires=['setuptools>=60.0', 'numpy==1.25', '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.25
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.25",
"hmmlearn>=0.3",
"cykhash>=2.0,<3.0",
"Cython~=3.0" ]
Expand Down

0 comments on commit 523246e

Please sign in to comment.