Skip to content

Commit 3396dcf

Browse files
committed
Dont support ForwardDiff 1.0 for now
1 parent 3316d01 commit 3396dcf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ BoundaryValueDiffEqShooting = "1"
4343
DiffEqBase = "6.167"
4444
DiffEqDevTools = "2.48"
4545
FastClosures = "0.3.2"
46-
ForwardDiff = "0.10.38, 1"
46+
ForwardDiff = "0.10.38"
4747
Hwloc = "3.3"
4848
InteractiveUtils = "<0.0.1, 1"
4949
JET = "0.9.19"

lib/BoundaryValueDiffEqAscher/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DiffEqBase = "6.167"
2929
DiffEqDevTools = "2.44"
3030
DifferentiationInterface = "0.6.42"
3131
FastClosures = "0.3.2"
32-
ForwardDiff = "0.10.38, 1"
32+
ForwardDiff = "0.10.38"
3333
Hwloc = "3"
3434
InteractiveUtils = "<0.0.1, 1"
3535
JET = "0.9"

lib/BoundaryValueDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Aqua = "0.8"
3030
ArrayInterface = "7.18"
3131
ConcreteStructs = "0.2.3"
3232
DiffEqBase = "6.167"
33-
ForwardDiff = "0.10.38, 1"
33+
ForwardDiff = "0.10.38"
3434
InteractiveUtils = "<0.0.1, 1"
3535
LineSearch = "0.1.4"
3636
LinearAlgebra = "1.10"

lib/BoundaryValueDiffEqFIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DiffEqDevTools = "2.44"
3838
DifferentiationInterface = "0.6.42"
3939
FastAlmostBandedMatrices = "0.1.4"
4040
FastClosures = "0.3.2"
41-
ForwardDiff = "0.10.38, 1"
41+
ForwardDiff = "0.10.38"
4242
Hwloc = "3"
4343
InteractiveUtils = "<0.0.1, 1"
4444
JET = "0.9"

lib/BoundaryValueDiffEqMIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DiffEqDevTools = "2.44"
3838
DifferentiationInterface = "0.6.42"
3939
FastAlmostBandedMatrices = "0.1.4"
4040
FastClosures = "0.3.2"
41-
ForwardDiff = "0.10.38, 1"
41+
ForwardDiff = "0.10.38"
4242
Hwloc = "3"
4343
InteractiveUtils = "<0.0.1, 1"
4444
JET = "0.9"

lib/BoundaryValueDiffEqMIRKN/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DiffEqDevTools = "2.44"
3939
DifferentiationInterface = "0.6.42"
4040
FastAlmostBandedMatrices = "0.1.4"
4141
FastClosures = "0.3.2"
42-
ForwardDiff = "0.10.38, 1"
42+
ForwardDiff = "0.10.38"
4343
Hwloc = "3"
4444
InteractiveUtils = "<0.0.1, 1"
4545
JET = "0.9"

lib/BoundaryValueDiffEqShooting/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DiffEqDevTools = "2.44"
3838
DifferentiationInterface = "0.6.42"
3939
FastAlmostBandedMatrices = "0.1.4"
4040
FastClosures = "0.3.2"
41-
ForwardDiff = "0.10.38, 1"
41+
ForwardDiff = "0.10.38"
4242
Hwloc = "3"
4343
InteractiveUtils = "<0.0.1, 1"
4444
JET = "0.9"

0 commit comments

Comments
 (0)