forked from thowell/CALIPSO.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (24 loc) · 791 Bytes
/
Project.toml
File metadata and controls
26 lines (24 loc) · 791 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
name = "CALIPSO"
uuid = "4c24e94e-21a7-4591-8ee4-d226b67258b2"
authors = ["thowell <thowell@stanford.edu>"]
version = "0.1.1"
[deps]
AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
ILUZero = "88f59080-6952-5380-9ea5-54057fb9a43f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QDLDL = "bfc457fd-c171-5ab7-bd9e-d5dbfc242d63"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
AMD = "0.4.0"
BenchmarkTools = "1.3.1"
Crayons = "4.1.1"
ILUZero = "0.2.0"
QDLDL = "0.2.0"
Scratch = "1.1.0"
Symbolics = "0.1.29"
julia = "1.7"