Spaces:
Running
Running
import warnings | |
import click | |
def pysr(context): | |
ctx = context | |
def _install(julia_project, quiet, precompile): | |
warnings.warn( | |
"This command is deprecated. Julia dependencies are now installed at first import." | |
) | |