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 15
15
- Core
16
16
version :
17
17
- ' 1'
18
- - ' 1.6'
19
18
steps :
20
19
- uses : actions/checkout@v4
21
20
- uses : julia-actions/setup-julia@v1
Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- julia-version : [1,1.6 ]
17
+ julia-version : [1]
18
18
os : [ubuntu-latest]
19
19
package :
20
20
- {user: SciML, repo: ModelingToolkit.jl, group: All}
Original file line number Diff line number Diff line change 1
1
name = " SimpleNonlinearSolve"
2
2
uuid = " 727e6d20-b764-4bd8-a329-72de5adea6c7"
3
3
authors = [" SciML" ]
4
- version = " 0.1.24 "
4
+ version = " 0.1.25 "
5
5
6
6
[deps ]
7
7
ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
8
8
DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
9
9
FiniteDiff = " 6a86dc24-6348-571c-b903-95158fe2bd41"
10
10
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
11
11
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12
- PackageExtensionCompat = " 65ce6f38-6b18-4e1d-a461-8949797d7930"
13
12
PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
14
13
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
15
14
SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
@@ -22,18 +21,17 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
22
21
SimpleNonlinearSolveNNlibExt = " NNlib"
23
22
24
23
[compat ]
25
- ArrayInterface = " 6, 7"
24
+ ArrayInterface = " 7"
26
25
DiffEqBase = " 6.126"
27
26
FiniteDiff = " 2"
28
27
ForwardDiff = " 0.10.3"
29
- LinearAlgebra = " 1.6 "
28
+ LinearAlgebra = " 1.9 "
30
29
NNlib = " 0.8, 0.9"
31
- PackageExtensionCompat = " 1"
32
30
PrecompileTools = " 1"
33
- Reexport = " 0.2, 1"
34
- SciMLBase = " 1.73, 2"
31
+ Reexport = " 1"
32
+ SciMLBase = " 2"
35
33
StaticArraysCore = " 1.4"
36
- julia = " 1.6 "
34
+ julia = " 1.9 "
37
35
38
36
[extras ]
39
37
NNlib = " 872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ using DiffEqBase
10
10
11
11
@reexport using SciMLBase
12
12
13
- using PackageExtensionCompat
14
- function __init__ ()
15
- @require_extensions
16
- end
17
-
18
13
const NNlibExtLoaded = Ref {Bool} (false )
19
14
20
15
abstract type AbstractSimpleNonlinearSolveAlgorithm <: SciMLBase.AbstractNonlinearAlgorithm end
You can’t perform that action at this time.
0 commit comments