diff --git a/build/create_binaries/Project.toml b/build/create_binaries/Project.toml index 275616313..92f8e2f7b 100644 --- a/build/create_binaries/Project.toml +++ b/build/create_binaries/Project.toml @@ -6,6 +6,9 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] +Artifacts = "1" +LibGit2 = "1" PackageCompiler = "2" +TOML = "1" TimeZones = "=1.13.0" julia = "1.9" diff --git a/build/libribasim/Project.toml b/build/libribasim/Project.toml index 927ef3242..2aa73408c 100644 --- a/build/libribasim/Project.toml +++ b/build/libribasim/Project.toml @@ -11,4 +11,6 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" [compat] BasicModelInterface = "0.1" +Dates = "1" +TOML = "1" julia = "1.9" diff --git a/build/ribasim_cli/Project.toml b/build/ribasim_cli/Project.toml index 0b70d2974..ccdb443aa 100644 --- a/build/ribasim_cli/Project.toml +++ b/build/ribasim_cli/Project.toml @@ -12,4 +12,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed" [compat] +Dates = "1" +Logging = "1" +TOML = "1" julia = "1.9" diff --git a/core/Project.toml b/core/Project.toml index aef1db426..f6870c236 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -48,6 +48,7 @@ DBInterface = "2.4" DataFrames = "1.4" DataInterpolations = "4.4" DataStructures = "0.18" +Dates = "1" Dictionaries = "0.3.25" DiffEqCallbacks = "2.29.1" FiniteDiff = "2.21" @@ -57,11 +58,13 @@ HiGHS = "1.7" IterTools = "1.4" JuMP = "1.15" Legolas = "0.5" +Logging = "1" LoggingExtras = "1" OrdinaryDiffEq = "6.7" PreallocationTools = "0.4" SQLite = "1.5.1" SciMLBase = "1.60, 2" +SparseArrays = "1" StructArrays = "0.6.13" Tables = "1" TerminalLoggers = "0.1.7" diff --git a/docs/Project.toml b/docs/Project.toml index fc0bafbf8..f94700499 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -6,5 +6,9 @@ JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" [compat] +Documenter = "0.27" +DocumenterMarkdown = "0.2" +InteractiveUtils = "1" JSON3 = "1.12" +OrderedCollections = "1.6" julia = "1.9"