Skip to content

Commit 7f54e8d

Browse files
authored
Merge pull request #2 from JuliaComputing/compathelper/new_version/2024-06-20-00-09-36-853-03283276329
CompatHelper: add new compat entry for Git at version 1, (keep existing compat)
2 parents d7a6fae + 2cf4031 commit 7f54e8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1414
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1515

1616
[compat]
17-
SymbolicIndexingInterface = "^0.3.15"
18-
julia = "1.10"
1917
CSV = "^0.10"
2018
DataFrames = "^1.6"
19+
Git = "1"
2120
ModelingToolkit = "8,9"
2221
SciMLBase = "^2.31"
2322
StatsBase = "^0.34"
23+
SymbolicIndexingInterface = "^0.3.15"
24+
julia = "1.10"
2425

2526
[extras]
2627
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"

0 commit comments

Comments
 (0)