We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3357949 commit ea8b0d2Copy full SHA for ea8b0d2
juliacall/deps.py
@@ -1,7 +1,5 @@
1
import os
2
import sys
3
-import jill.utils.version_utils
4
-import jill.install
5
6
from time import time
7
@@ -207,6 +205,8 @@ def best_julia_version():
207
205
208
206
It's based on jill.utils.version_utils.latest_version() and jill.install.install_julia().
209
"""
+ import jill.utils.version_utils
+ import jill.install
210
compat = required_julia()
211
system = jill.install.current_system()
212
arch = jill.install.current_architecture()
0 commit comments