We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
using Pkg
1 parent aa67d1b commit 598dc57Copy full SHA for 598dc57
pysr/julia_helpers.py
@@ -83,6 +83,7 @@ def install(julia_project=None, quiet=False): # pragma: no cover
83
# Install SymbolicRegression.jl:
84
_add_sr_to_julia_project(Main, io_arg)
85
86
+ Main.eval("using Pkg")
87
Main.eval(f"Pkg.instantiate({io_arg})")
88
Main.eval(f"Pkg.precompile({io_arg})")
89
if not quiet:
0 commit comments