JuliaComputing / ScoringEngineDemo.jl

Demo of a scoring engine. From data wrangling to model serving on docker
Other
22 stars 4 forks source link

pkg update & julia 1.7 compat #5

Closed jeremiedb closed 2 years ago

jeremiedb commented 2 years ago

Set compat to Julia 1.7 to fix https://github.com/JuliaComputing/ScoringEngineDemo.jl/issues/4.

BSON models built and save with Julia 1.6 error when loaded in Julia 1.7.

jeremiedb commented 2 years ago

@mbauman @jvaverka

AbhimanyuAryan commented 2 years ago

also, should .gitignore Manifest.toml?

jvaverka commented 2 years ago

I believe Manifest.toml should be ignored. Any objections @mbauman ?

mbauman commented 2 years ago

I like having the Manifest in these demos as it should help make them more reproducible. This LGTM!