Skip to content

Commit d1e5a3d

Browse files
Merge pull request #328 from SciML/compathelper/new_version/2025-05-12-18-51-23-102-02110665397
CompatHelper: bump compat for DifferentiationInterface to 0.7 for package BoundaryValueDiffEqShooting, (keep existing compat)
2 parents 9cad6bb + 5c4c435 commit d1e5a3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/BoundaryValueDiffEqShooting/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2323
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
2424
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2525

26-
[sources]
27-
BoundaryValueDiffEqCore = {path = "../BoundaryValueDiffEqCore"}
26+
[sources.BoundaryValueDiffEqCore]
27+
path = "../BoundaryValueDiffEqCore"
2828

2929
[compat]
3030
ADTypes = "1.14"
@@ -35,7 +35,7 @@ BoundaryValueDiffEqCore = "1"
3535
ConcreteStructs = "0.2.3"
3636
DiffEqBase = "6.167"
3737
DiffEqDevTools = "2.44"
38-
DifferentiationInterface = "0.6.42"
38+
DifferentiationInterface = "0.6.42, 0.7"
3939
FastAlmostBandedMatrices = "0.1.4"
4040
FastClosures = "0.3.2"
4141
ForwardDiff = "0.10.38, 1"
@@ -69,9 +69,9 @@ Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
6969
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
7070
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
7171
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
72+
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
7273
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
7374
OrdinaryDiffEqVerner = "79d7bb75-1356-48c1-b8c0-6832512096c2"
74-
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
7575
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
7676
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7777
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"

0 commit comments

Comments
 (0)