Skip to content

Commit 50073da

Browse files
authored
Extras name was wrong
1 parent 655811f commit 50073da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simvue/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def wrapper(self, *args, **kwargs) -> typing.Any:
2121
import torch
2222
except ImportError:
2323
raise RuntimeError(f"PyTorch features require the '{extra_name}' extension to Simvue")
24-
elif extra_name == "pandas":
24+
elif extra_name == "dataset":
2525
try:
2626
import pandas
2727
import numpy

0 commit comments

Comments
 (0)