Skip to content

Commit 7642202

Browse files
committed
add vetiver specific dependencies
1 parent 2f78186 commit 7642202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_vetiver_pins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22

3-
torch = pytest.importorskip("vetiver", reason="vetiver library not installed")
3+
vetiver = pytest.importorskip("vetiver", reason="vetiver library not installed")
44

55
import json # noqa
66
import pins # noqa

0 commit comments

Comments
 (0)