Skip to content

Commit 7ee3df6

Browse files
authored
relax numpy versioning (#937)
1 parent 7f58060 commit 7ee3df6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ packages = [
3232
[tool.poetry.dependencies]
3333
python = ">=3.9"
3434
types-pytz = ">= 2022.1.1"
35-
numpy = { version = ">=1.26.0", python = "<3.13" }
35+
numpy = [
36+
{ version = ">=1.23.5", python = ">=3.9,<3.12" },
37+
{ version = ">=1.26.0", python = ">=3.12,<3.13" }
38+
]
3639

3740
[tool.poetry.group.dev.dependencies]
3841
mypy = "1.10.0"

0 commit comments

Comments
 (0)