Skip to content

Commit ad54005

Browse files
committed
Update NumPy dependency to require version 1.24.0 for dtype support
1 parent 84f427e commit ad54005

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ readme = "README.md"
99
requires-python = ">= 3.10"
1010
dependencies = [
1111
# Requires NumPy >= 1.21.0 for features like the improved random number generator API
12-
"numpy>=1.21.0,<3.0.0",
12+
# dtype support for numpy.hstack requires 1.24.0 https://numpy.org/doc/1.24/reference/generated/numpy.hstack.html
13+
"numpy>=1.24.0,<3.0.0",
1314

1415
# Requires SciPy >= 1.5.0 for compatibility with Python >= 3.10
1516
"scipy>=1.5.0,<2.0.0",

0 commit comments

Comments
 (0)