Skip to content

Commit

Permalink
Add compat entries for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Nov 4, 2023
1 parent 9d81099 commit 92dc76a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/create_binaries/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions build/libribasim/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

[compat]
BasicModelInterface = "0.1"
Dates = "1"
TOML = "1"
julia = "1.9"
3 changes: 3 additions & 0 deletions build/ribasim_cli/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 3 additions & 0 deletions core/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 92dc76a

Please sign in to comment.