-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (31 loc) · 1.17 KB
/
Project.toml
File metadata and controls
36 lines (31 loc) · 1.17 KB
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
name = "IntervalLinearAlgebra"
uuid = "92cbe1ac-9c24-436b-b0c9-5f7317aedcd5"
authors = ["Luca Ferranti"]
version = "0.2.0"
[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
IntervalConstraintProgramming = "138f1668-1576-5ad7-91b9-7425abbf3153"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OpenBLASConsistentFPCSR_jll = "6cdc7f73-28fd-5e50-80fb-958a8875b1af"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[extensions]
IntervalConstraintProgrammingExt = "IntervalConstraintProgramming"
LazySetsExt = "LazySets"
[weakdeps]
IntervalConstraintProgramming = "138f1668-1576-5ad7-91b9-7425abbf3153"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
[compat]
CommonSolve = "0.2"
IntervalArithmetic = "0.20.5, 1.0"
IntervalConstraintProgramming = "0.13, 0.14"
LazySets = "2 - 5"
OpenBLASConsistentFPCSR_jll = "0.3.29 - 0.3.30"
Reexport = "1"
StaticArrays = "0.12, 1"
julia = "1.10"
[extras]
IntervalConstraintProgramming = "138f1668-1576-5ad7-91b9-7425abbf3153"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"