-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathProject.toml
30 lines (26 loc) · 934 Bytes
/
Project.toml
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
name = "SimpleDiffEq"
uuid = "05bca326-078c-5bf0-a5bf-ce7c7982d7fd"
repo = "https://github.com/JuliaDiffEq/SimpleDiffEq.jl.git"
version = "1.11.1"
[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
DiffEqBase = "6.122"
MuladdMacro = "0.2"
Parameters = "0.12"
RecursiveArrayTools = "2, 3"
Reexport = "0.2, 1.0"
StaticArrays = "0.10, 0.11, 0.12, 1.0"
julia = "1.6"
[extras]
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["OrdinaryDiffEq", "SafeTestsets", "Test"]