Skip to content

Commit 1f283eb

Browse files
Merge pull request #21 from neutrinoceros/fix_runtime_dependency
BLD: lower runtime requirement for numpy from 1.17.5 to 1.17.3
2 parents 26e6e5f + 9a66cd8 commit 1f283eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ authors = [
1818
]
1919
requires-python =">=3.8"
2020
dependencies = [
21-
"numpy>=1.17.5",
21+
# match the absolute oldest version of numpy with *any*
22+
# level of support for our minimal Python requirement
23+
"numpy>=1.17.3",
2224
]
2325
classifiers = [
2426
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)