Skip to content

Commit

Permalink
Lock numpy upper bound version due to bug in version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdiridollou committed Dec 14, 2024
1 parent af9b633 commit 748c2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages = [{ "include" = "pandas-stubs" }]
[tool.poetry.dependencies]
python = ">=3.10"
types-pytz = ">= 2022.1.1"
numpy = ">= 1.23.5"
numpy = ">= 1.23.5,< 2.2.0" # wait till numpy 2.2.1 to clear

[tool.poetry.group.dev.dependencies]
mypy = "1.13.0"
Expand Down

0 comments on commit 748c2a0

Please sign in to comment.