Skip to content

Commit 8cb3e01

Browse files
authored
Merge pull request #129 from bdice/fix/oldest-supported-numpy
Use oldest-supported-numpy when building the package.
2 parents 9881ab4 + 70c2ed9 commit 8cb3e01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
git clone https://github.com/martinus/robin-hood-hashing ripser/robinhood
2828
python -m pip install --upgrade pip
29-
pip install setuptools wheel twine Cython numpy pytest
29+
pip install setuptools wheel twine Cython oldest-supported-numpy pytest
3030
python setup.py install
3131
- name: Run tests
3232
run: pytest .
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
git clone https://github.com/martinus/robin-hood-hashing ripser/robinhood
6060
python -m pip install --upgrade pip
61-
pip install setuptools wheel twine Cython numpy pytest
61+
pip install setuptools wheel twine Cython oldest-supported-numpy pytest
6262
python setup.py install
6363
- name: Run tests
6464
run: pytest .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "numpy", "cython"]
2+
requires = ["setuptools", "wheel", "oldest-supported-numpy", "cython"]

0 commit comments

Comments
 (0)