-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.toml
More file actions
40 lines (36 loc) · 1.2 KB
/
Project.toml
File metadata and controls
40 lines (36 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name = "PositiveIntegrators"
uuid = "d1b20bf0-b083-4985-a874-dc5121669aa5"
version = "0.2.17-DEV"
authors = ["Stefan Kopecz, Hendrik Ranocha, and contributors"]
[deps]
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
[weakdeps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
[extensions]
JuMPExt = "JuMP"
[compat]
FastBroadcast = "0.3.5"
JuMP = "1.28"
LinearAlgebra = "1"
LinearSolve = "3.54"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "3.0.1"
RecipesBase = "1.3.4"
Reexport = "1.2.2"
SciMLBase = "2.128"
SparseArrays = "1"
StaticArrays = "1.9.8"
Statistics = "1"
SymbolicIndexingInterface = "0.3.43"
julia = "1.10"