Skip to content

Commit e723aeb

Browse files
authored
Bump minimum numpy version (#8346)
I believe this was missed in v2023.08.0 (Aug 18, 2023).
1 parent 1e8f618 commit e723aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ readme = "README.md"
2222
requires-python = ">=3.9"
2323

2424
dependencies = [
25-
"numpy>=1.21",
25+
"numpy>=1.22",
2626
"packaging>=21.3",
2727
"pandas>=1.4",
2828
]

0 commit comments

Comments
 (0)