Skip to content

Commit 9e78ac9

Browse files
authored
Merge pull request #302 from SciML/qqy/forwarddiff
Support ForwardDiff 1.0
2 parents 5115d34 + 51b362f commit 9e78ac9

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
lines changed

.github/workflows/CI_BoundaryValueDiffEq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
version:
4040
- "1"
4141
- "lts"
42-
- "pre"
42+
#- "pre"
4343
os:
4444
- ubuntu-latest
4545
steps:

.github/workflows/CI_BoundaryValueDiffEqAscher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version:
3232
- "1"
3333
- "lts"
34-
- "pre"
34+
#- "pre"
3535
group:
3636
- core
3737
os:

.github/workflows/CI_BoundaryValueDiffEqCore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version:
3131
- "1"
3232
- "lts"
33-
- "pre"
33+
#- "pre"
3434
group:
3535
- core
3636
os:

.github/workflows/CI_BoundaryValueDiffEqFIRK.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version:
3232
- "1"
3333
- "lts"
34-
- "pre"
34+
#- "pre"
3535
group:
3636
- EXPANDED
3737
- NESTED

.github/workflows/CI_BoundaryValueDiffEqMIRK.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version:
3232
- "1"
3333
- "lts"
34-
- "pre"
34+
#- "pre"
3535
group:
3636
- core
3737
os:

.github/workflows/CI_BoundaryValueDiffEqMIRKN.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version:
3232
- "1"
3333
- "lts"
34-
- "pre"
34+
#- "pre"
3535
group:
3636
- core
3737
os:

.github/workflows/CI_BoundaryValueDiffEqShooting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version:
3232
- "1"
3333
- "lts"
34-
- "pre"
34+
#- "pre"
3535
group:
3636
- core
3737
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ BoundaryValueDiffEqShooting = "1"
3737
DiffEqBase = "6.161.0"
3838
DiffEqDevTools = "2.45"
3939
FastClosures = "0.3.2"
40-
ForwardDiff = "0.10.38"
40+
ForwardDiff = "0.10.38, 1"
4141
Hwloc = "3.3"
4242
InteractiveUtils = "<0.0.1, 1"
43-
JET = "0.9.12"
43+
JET = "0.9"
4444
LinearAlgebra = "1.10"
4545
ODEInterface = "0.5"
4646
OrdinaryDiffEq = "6.90.1"

lib/BoundaryValueDiffEqAscher/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ DiffEqBase = "6.158.3"
3636
DiffEqDevTools = "2.44"
3737
DifferentiationInterface = "0.6.42"
3838
FastClosures = "0.3.2"
39-
ForwardDiff = "0.10.38"
39+
ForwardDiff = "0.10.38, 1"
4040
Hwloc = "3"
4141
InteractiveUtils = "<0.0.1, 1"
42-
JET = "0.9.12"
42+
JET = "0.9"
4343
LinearAlgebra = "1.10"
4444
LinearSolve = "2.36.2, 3"
4545
PreallocationTools = "0.4.24"

lib/BoundaryValueDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Aqua = "0.8.9"
3131
ArrayInterface = "7.18"
3232
ConcreteStructs = "0.2.3"
3333
DiffEqBase = "6.158.3"
34-
ForwardDiff = "0.10.38"
34+
ForwardDiff = "0.10.38, 1"
3535
InteractiveUtils = "<0.0.1, 1"
3636
LineSearch = "0.1.4"
3737
LinearAlgebra = "1.10"

0 commit comments

Comments
 (0)