This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 1515 - Core
1616 version :
1717 - ' 1'
18- - ' 1.6'
1918 steps :
2019 - uses : actions/checkout@v4
2120 - uses : julia-actions/setup-julia@v1
Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- julia-version : [1,1.6 ]
17+ julia-version : [1]
1818 os : [ubuntu-latest]
1919 package :
2020 - {user: SciML, repo: ModelingToolkit.jl, group: All}
Original file line number Diff line number Diff line change 11name = " SimpleNonlinearSolve"
22uuid = " 727e6d20-b764-4bd8-a329-72de5adea6c7"
33authors = [" SciML" ]
4- version = " 0.1.24 "
4+ version = " 0.1.25 "
55
66[deps ]
77ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
88DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
99FiniteDiff = " 6a86dc24-6348-571c-b903-95158fe2bd41"
1010ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
1111LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12- PackageExtensionCompat = " 65ce6f38-6b18-4e1d-a461-8949797d7930"
1312PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
1413Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
1514SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
@@ -22,18 +21,17 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
2221SimpleNonlinearSolveNNlibExt = " NNlib"
2322
2423[compat ]
25- ArrayInterface = " 6, 7"
24+ ArrayInterface = " 7"
2625DiffEqBase = " 6.126"
2726FiniteDiff = " 2"
2827ForwardDiff = " 0.10.3"
29- LinearAlgebra = " 1.6 "
28+ LinearAlgebra = " 1.9 "
3029NNlib = " 0.8, 0.9"
31- PackageExtensionCompat = " 1"
3230PrecompileTools = " 1"
33- Reexport = " 0.2, 1"
34- SciMLBase = " 1.73, 2"
31+ Reexport = " 1"
32+ SciMLBase = " 2"
3533StaticArraysCore = " 1.4"
36- julia = " 1.6 "
34+ julia = " 1.9 "
3735
3836[extras ]
3937NNlib = " 872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ using DiffEqBase
1010
1111@reexport using SciMLBase
1212
13- using PackageExtensionCompat
14- function __init__ ()
15- @require_extensions
16- end
17-
1813const NNlibExtLoaded = Ref {Bool} (false )
1914
2015abstract type AbstractSimpleNonlinearSolveAlgorithm <: SciMLBase.AbstractNonlinearAlgorithm end
You can’t perform that action at this time.
0 commit comments