Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit abb1e97

Browse files
committed
feat: numpy.typing.NDArray requires >=1.21
BREAKING CHANGE: bumped min numpy version
1 parent 0d18a74 commit abb1e97

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
@@ -54,7 +54,7 @@ classifiers = [
5454
[tool.poetry.dependencies]
5555
python = "^3.7.1,<3.11"
5656
attrs = ">=19.0"
57-
numpy = "^1.20"
57+
numpy = "^1.21"
5858
scipy = "^1.6"
5959
typing-extensions = { version = "^4", python = "~3.7" }
6060

0 commit comments

Comments
 (0)