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.
2 parents 3f44b1a + 2393fd6 commit 34fa501Copy full SHA for 34fa501
diffeqpy/__init__.py
@@ -12,7 +12,7 @@ def _find_julia():
12
def _ensure_julia_installed():
13
if not _find_julia():
14
print("No Julia version found. Installing Julia.")
15
- install_julia()
+ install_julia(version="1.10")
16
17
raise RuntimeError(
18
"Julia installed with jill but `julia` binary cannot be found in the path"
0 commit comments