Skip to content

Commit 9081800

Browse files
committed
change version of required numpy for a test
1 parent 01244e4 commit 9081800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_manipulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def test_positive_python_scalar(self, dt_out):
377377

378378
assert_array_equal(result, expected)
379379

380-
@testing.with_requires("numpy>=2.0")
380+
@testing.with_requires("numpy>=2.1")
381381
@pytest.mark.parametrize("xp", [dpnp, numpy])
382382
@pytest.mark.parametrize(
383383
"dst_dt", [dpnp.uint8, dpnp.uint16, dpnp.uint32, dpnp.uint64]

0 commit comments

Comments
 (0)