diff --git a/examples/support-vector-machine/Project.toml b/examples/support-vector-machine/Project.toml index 43d3ca7dc..9e527b4c4 100644 --- a/examples/support-vector-machine/Project.toml +++ b/examples/support-vector-machine/Project.toml @@ -9,7 +9,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] Distributions = "0.25" KernelFunctions = "0.10" -LIBSVM = "0.7" +LIBSVM = "0.7, 0.8" Literate = "2" Plots = "1" julia = "1.3"