From e51f4210b81625f0f56f1fc7328279461e691b6c Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:27:14 +0100 Subject: [PATCH] Add `[compat]` entry for `MLStyle` --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index d5a435b7..0af52bb0 100644 --- a/Project.toml +++ b/Project.toml @@ -22,6 +22,7 @@ HerbCore = "^0.2.0" HerbGrammar = "^0.2.0" HerbInterpret = "^0.1.1" HerbSpecification = "^0.1.0" +MLStyle = "^0.4.17" StatsBase = "^0.34" julia = "^1.8"