Skip to content

Commit 4da3fe8

Browse files
committed
Allow newer version of numpy
1 parent 515f733 commit 4da3fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test = [
4848
"setuptools>=80.0.0",
4949
# TODO: remove the Python 3.15 guard once 3.15 is officially supported
5050
"matplotlib>=3.5.0,<=3.10.9; python_version < '3.15'",
51-
"numpy>=1.21.1,<=2.2.6",
51+
"numpy>=1.21.1,<=2.5.0",
5252
"pytest==9.1.0",
5353
"pytest-benchmark==5.2.3",
5454
"pytest-repeat==0.9.4",

0 commit comments

Comments
 (0)