Skip to content

Commit

Permalink
ci: build with oldest-supported-numpy to better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jrs65 committed Mar 1, 2022
1 parent 5ac23cf commit bc0db8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
requires = [
"setuptools>=0.7",
"Cython>=0.19",
"numpy>=1.6.1",
"oldest-supported-numpy",
"h5py>=2.4.0",
]

Expand Down

0 comments on commit bc0db8c

Please sign in to comment.