Skip to content

Commit ea8b0d2

Browse files
authored
don't depend on jill
1 parent 3357949 commit ea8b0d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

juliacall/deps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import os
22
import sys
3-
import jill.utils.version_utils
4-
import jill.install
53

64
from time import time
75

@@ -207,6 +205,8 @@ def best_julia_version():
207205
208206
It's based on jill.utils.version_utils.latest_version() and jill.install.install_julia().
209207
"""
208+
import jill.utils.version_utils
209+
import jill.install
210210
compat = required_julia()
211211
system = jill.install.current_system()
212212
arch = jill.install.current_architecture()

0 commit comments

Comments
 (0)