Skip to content

Commit

Permalink
Merge pull request #21 from neutrinoceros/fix_runtime_dependency
Browse files Browse the repository at this point in the history
BLD: lower runtime requirement for numpy from 1.17.5 to 1.17.3
  • Loading branch information
neutrinoceros authored Dec 22, 2022
2 parents 26e6e5f + 9a66cd8 commit 1f283eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ authors = [
]
requires-python =">=3.8"
dependencies = [
"numpy>=1.17.5",
# match the absolute oldest version of numpy with *any*
# level of support for our minimal Python requirement
"numpy>=1.17.3",
]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 1f283eb

Please sign in to comment.