Skip to content

Commit 1d6f217

Browse files
author
Christopher Doris
committed
merge
2 parents 09bce19 + ea8b0d2 commit 1d6f217

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

@@ -218,6 +216,8 @@ def best_julia_version(compat=None):
218216
"""
219217
if compat is None:
220218
compat = required_julia()
219+
import jill.utils.version_utils
220+
import jill.install
221221
system = jill.install.current_system()
222222
arch = jill.install.current_architecture()
223223
if system == 'linux' and jill.install.current_libc() == 'musl':

0 commit comments

Comments
 (0)