Skip to content

Commit be65af8

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for OrdinaryDiffEqRosenbrock to 2 for package test, (keep existing compat)
1 parent 926a60d commit be65af8

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

test/Project.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
3838
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
3939
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4040
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
41-
Testfiles = "cbb5340f-90c5-49b5-a6e6-2125e1f2b326"
4241
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
4342
SciMLLogging = "a6db7da4-7206-11f0-1eab-35f2a5dbe1d1"
4443
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
@@ -51,12 +50,16 @@ SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
5150
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
5251
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
5352
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
53+
Testfiles = "cbb5340f-90c5-49b5-a6e6-2125e1f2b326"
5454
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
5555
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
5656

57-
[sources]
58-
NetworkDynamics = {path = ".."}
59-
Testfiles = {url="https://github.com/hexaeder/Testfiles.jl", rev="main"}
57+
[sources.NetworkDynamics]
58+
path = ".."
59+
60+
[sources.Testfiles]
61+
rev = "main"
62+
url = "https://github.com/hexaeder/Testfiles.jl"
6063

6164
[compat]
6265
Adapt = "≥0.0.1"
@@ -88,15 +91,14 @@ NetworkDynamics = "≥0.0.1"
8891
NonlinearSolve = "≥0.0.1"
8992
OrderedCollections = "1.7.0"
9093
OrdinaryDiffEqNonlinearSolve = "1.3.0"
91-
OrdinaryDiffEqRosenbrock = "1.4.0"
94+
OrdinaryDiffEqRosenbrock = "1.4.0, 2"
9295
OrdinaryDiffEqSDIRK = "1.2.0"
9396
OrdinaryDiffEqTsit5 = "1.1.0"
9497
Pkg = "1"
9598
Plots = "1.40.9"
9699
Printf = "≥0.0.1"
97100
Random = "≥0.0.1"
98101
ReverseDiff = "1.16"
99-
Testfiles = "1"
100102
SciMLBase = "≥0.0.1"
101103
SciMLLogging = "1.4.0"
102104
SimpleWeightedGraphs = "1.4.0"
@@ -109,5 +111,6 @@ SteadyStateDiffEq = "≥0.0.1"
109111
SymbolicIndexingInterface = "≥0.0.1"
110112
Symbolics = "≥0.0.1"
111113
Test = "1"
114+
Testfiles = "1"
112115
TimerOutputs = "≥0.0.1"
113116
WGLMakie = "≥0.0.1"

0 commit comments

Comments
 (0)