Skip to content

Commit 31209b2

Browse files
author
nik
committed
2 parents 8cb2a91 + efe3c48 commit 31209b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
torch==1.5.0
22
torchvision==0.6.0
33
requests==2.22.0
4-
scikit-learn==0.22.2.post1
4+
scikit-learn==0.24.1

label_studio_ml/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def fit(self, completions, workdir=None, **kwargs):
4343
return {}
4444

4545
def get_local_path(self, url, project_dir=None):
46-
from label_studio.ml.utils import get_local_path
46+
from label_studio_ml.utils import get_local_path
4747
return get_local_path(url, project_dir=project_dir, hostname=self.hostname)
4848

4949

0 commit comments

Comments
 (0)