Skip to content

Commit 90d2628

Browse files
GH1071 Revert numpy version restriction
1 parent f8ffb46 commit 90d2628

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,< 2.2.0" # wait till numpy 2.2.1 to clear
33+
numpy = ">= 1.23.5"
3434

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

0 commit comments

Comments
 (0)