Skip to content

Commit adc0e10

Browse files
committed
Loosen Numpy because of broad range of Python support required
1 parent d38fc9a commit adc0e10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cuda_bindings/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ test = [
4747
"cython>=3.2,<3.3",
4848
"setuptools>=80.0.0",
4949
# TODO: remove the Python 3.15 guard once 3.15 is officially supported
50-
"matplotlib==3.10.9; python_version < '3.15'",
51-
"numpy==2.2.6",
50+
"matplotlib; python_version < '3.15'",
51+
"numpy",
5252
"pytest==9.1.0",
5353
"pytest-benchmark==5.2.3",
5454
"pytest-repeat==0.9.4",

0 commit comments

Comments
 (0)