Skip to content

Commit e943bd4

Browse files
Lock numpy upper bound version due to bug in version 2.2.0 (#1072)
1 parent af9b633 commit e943bd4

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
@@ -30,7 +30,7 @@ packages = [{ "include" = "pandas-stubs" }]
3030
[tool.poetry.dependencies]
3131
python = ">=3.10"
3232
types-pytz = ">= 2022.1.1"
33-
numpy = ">= 1.23.5"
33+
numpy = ">= 1.23.5,< 2.2.0" # wait till numpy 2.2.1 to clear
3434

3535
[tool.poetry.group.dev.dependencies]
3636
mypy = "1.13.0"

0 commit comments

Comments
 (0)