-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 979 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 979 Bytes
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
name = "SciMLOperators"
uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
version = "1.22.0"
authors = ["Vedant Puri <vedantpuri@gmail.com>"]
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[weakdeps]
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
[extensions]
SciMLOperatorsLoopVectorizationExt = "LoopVectorization"
SciMLOperatorsSparseArraysExt = "SparseArrays"
SciMLOperatorsStaticArraysCoreExt = "StaticArraysCore"
[compat]
Accessors = "0.1.42"
Adapt = "4"
ArrayInterface = "7.19"
DocStringExtensions = "0.9.4"
LinearAlgebra = "1.10"
LoopVectorization = "0.12"
SparseArrays = "1.10"
StaticArraysCore = "1"
julia = "1.10"