Skip to content

Commit b517655

Browse files
committed
avoid candidate release of numpy
1 parent 130714b commit b517655

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
@@ -34,7 +34,7 @@ exclude = [ "pandas-stubs/__init__.py" ]
3434
[tool.poetry.dependencies]
3535
python = ">=3.10"
3636
types-pytz = ">=2022.1.1"
37-
numpy = ">=1.23.5"
37+
numpy = ">=1.23.5, <= 2.3.5"
3838

3939
[tool.poetry.group.dev.dependencies]
4040
mypy = ">=1.18.2"

0 commit comments

Comments
 (0)