Skip to content

Commit 4d2593a

Browse files
authored
pin numpy to <= 2.3.5 (#1534)
* update np.double and get_slice_bounds * avoid candidate release of numpy * revert changes due to numpy 2.4.0rc1
1 parent 79e4b96 commit 4d2593a

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)