We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9b633 commit e943bd4Copy full SHA for e943bd4
pyproject.toml
@@ -30,7 +30,7 @@ packages = [{ "include" = "pandas-stubs" }]
30
[tool.poetry.dependencies]
31
python = ">=3.10"
32
types-pytz = ">= 2022.1.1"
33
-numpy = ">= 1.23.5"
+numpy = ">= 1.23.5,< 2.2.0" # wait till numpy 2.2.1 to clear
34
35
[tool.poetry.group.dev.dependencies]
36
mypy = "1.13.0"
0 commit comments