# Use to install dependencies for this project # Run: # > julia scripts/requirements.jl using Pkg Pkg.add("JuliaFormatter") Pkg.add("Glob") Pkg.add("DataFrames") Pkg.add("GLM") Pkg.add("Plots") Pkg.add("PackageCompiler") Pkg.add("Flux") Pkg.add("CSV") Pkg.add("DataStructures") using PackageCompiler create_sysimage([:Glob, :Plots, :GLM, :DataFrames, :Flux, :CSV, :DataStructures], sysimage_path = "jexio_deps.so") exit()