From 98948e64cc23e4835326e8c611da513d929e2a71 Mon Sep 17 00:00:00 2001 From: Ben Chung Date: Wed, 12 Jun 2024 15:42:30 -0700 Subject: [PATCH] Add compat entries & update version. --- Project.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 61b05f7..20b153c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ModelTesting" uuid = "726cd793-0c59-4a7a-97d2-1baad301d093" authors = ["Ben Chung and contributors"] -version = "1.0.8-DEV" +version = "0.1.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -15,6 +15,11 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" [compat] SymbolicIndexingInterface = "^0.3.15" julia = "1.10" +CSV = "^0.10" +DataFrames = "^1.6" +ModelingToolkit = "8,9" +SciMLBase = "^2.31" +StatsBase = "^0.34" [extras] DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"