File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,13 @@ version = "1.0.2"
66CommonSubexpressions = " bbf7d656-a473-5ed7-a52c-81e309532950"
77DiffResults = " 163ba53b-c6d8-5494-b064-1a9d43ac40c5"
88DiffRules = " b552c78f-8df3-52c6-915a-8e097449b14b"
9- GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
109LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1110LogExpFunctions = " 2ab3a3ac-af41-5b50-aa03-7779005ae688"
1211NaNMath = " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
1312Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
1413Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
1514Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1615SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
17- StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
1816
1917[weakdeps ]
2018GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
@@ -37,7 +35,7 @@ NaNMath = "1"
3735Preferences = " 1"
3836SpecialFunctions = " 1, 2"
3937StaticArrays = " 1.5"
40- julia = " 1.6 "
38+ julia = " 1.10 "
4139
4240[extras ]
4341Calculus = " 49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ include("gradient.jl")
2222include (" jacobian.jl" )
2323include (" hessian.jl" )
2424
25- if ! isdefined (Base, :get_extension )
26- include (" ../ext/ForwardDiffStaticArraysExt.jl" )
27- include (" ../ext/ForwardDiffGPUArraysCoreExt.jl" )
28- end
29-
3025export DiffResults
3126
3227end # module
You can’t perform that action at this time.
0 commit comments