This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
Project.toml
54 lines (50 loc) · 2.14 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name = "DiffEqOperators"
uuid = "9fdde737-9c7f-55bf-ade8-46b3f136cc48"
authors = ["Chris Rackauckas <[email protected]>"]
version = "4.45.0"
[deps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LazyBandedMatrices = "d7e5e226-e90b-4449-9968-0f923699bf6f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
[compat]
BandedMatrices = "0.15.11, 0.16, 0.17"
BlockBandedMatrices = "0.8.6, 0.9, 0.10, 0.11, 0.12"
DiffEqBase = "6.4.1"
DomainSets = "0.5, 0.6"
ForwardDiff = "0.10"
LazyArrays = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
LazyBandedMatrices = "0.5, 0.6, 0.7"
LoopVectorization = "0.12"
NNlib = "0.6, 0.7, 0.8, 0.9"
Requires = "1"
RuntimeGeneratedFunctions = "0.4, 0.5"
SciMLBase = "1.83"
SparseDiffTools = "1.17, 2"
StaticArrays = "0.10, 0.11, 0.12, 1.0, 1.10, 1.3.2"
julia = "1.6"
[extras]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["FillArrays", "LinearSolve", "OrdinaryDiffEq", "Parameters", "Random", "SafeTestsets", "SpecialFunctions", "Test", "Zygote"]