Skip to content

Commit 7d97b4f

Browse files
committed
lock numpy up to 2.0.1
1 parent cf0e145 commit 7d97b4f

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.9"
3232
types-pytz = ">= 2022.1.1"
33-
numpy = ">= 1.23.5"
33+
numpy = ">= 1.23.5, <= 2.0.1"
3434

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

0 commit comments

Comments
 (0)