Skip to content

Commit be71b15

Browse files
committed
Add oldest supported numpy as runtime dep as well
Signed-off-by: Tim Paine <[email protected]>
1 parent 6e2c56e commit be71b15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ requires-python = ">=3.8"
1919

2020
dependencies = [
2121
"backports.zoneinfo; python_version<'3.9'",
22+
"oldest-supported-numpy",
2223
"numpy",
2324
"packaging",
2425
"psutil",

0 commit comments

Comments
 (0)