-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (29 loc) · 948 Bytes
/
Copy pathProject.toml
File metadata and controls
32 lines (29 loc) · 948 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 = "NLLSsolver"
uuid = "50b5cf9e-bf7a-4e29-8981-4280cbba70cb"
version = "4.1.0"
authors = ["Oliver Woodford"]
[workspace]
projects = ["examples", "test"]
[deps]
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HybridArrays = "1baab800-613f-4b0a-84e4-9cd3431bfbb9"
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
DiffResults = "1.1"
ForwardDiff = "0.10, 1"
HybridArrays = "0.4"
LDLFactorizations = "0.10"
LinearAlgebra = "1.6"
LoopVectorization = "0.12.165"
Printf = "1.6"
SparseArrays = "1.6"
Static = "0.8.7, 1"
StaticArrays = "1"
julia = "1.6"