We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38fc9a commit adc0e10Copy full SHA for adc0e10
1 file changed
cuda_bindings/pyproject.toml
@@ -47,8 +47,8 @@ test = [
47
"cython>=3.2,<3.3",
48
"setuptools>=80.0.0",
49
# 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",
+ "matplotlib; python_version < '3.15'",
+ "numpy",
52
"pytest==9.1.0",
53
"pytest-benchmark==5.2.3",
54
"pytest-repeat==0.9.4",
0 commit comments