Skip to content

Commit

Permalink
add torch minversion="1.6.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Jul 27, 2021
1 parent c31889e commit 480d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_cuda_array_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def test_column_from_ephemeral_cupy_try_lose_reference():


def test_cuda_array_interface_pytorch():
torch = pytest.importorskip("torch")
torch = pytest.importorskip("torch", minversion="1.6.0")
if not torch.cuda.is_available():
pytest.skip("need gpu version of pytorch to be installed")

Expand Down

0 comments on commit 480d3c8

Please sign in to comment.