-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathProject.toml
More file actions
54 lines (50 loc) · 1.8 KB
/
Copy pathProject.toml
File metadata and controls
54 lines (50 loc) · 1.8 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name = "IntervalArithmetic"
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
repo = "https://github.com/JuliaIntervals/IntervalArithmetic.jl.git"
version = "1.0.11"
[deps]
CRlibm = "96374032-68de-5a5b-8d9e-752f78720389"
CoreMath = "b7a15901-be09-4a0e-87d2-2e66b0e09b5a"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
OpenBLASConsistentFPCSR_jll = "6cdc7f73-28fd-5e50-80fb-958a8875b1af"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RoundingEmulator = "5eaf0fd0-dfba-4ccb-bf02-d820a40db705"
[weakdeps]
Arblib = "fb37089c-8514-4489-9461-98f9c8763369"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[extensions]
IntervalArithmeticArblibExt = "Arblib"
IntervalArithmeticDiffRulesExt = "DiffRules"
IntervalArithmeticForwardDiffExt = "ForwardDiff"
IntervalArithmeticIntervalSetsExt = "IntervalSets"
IntervalArithmeticIrrationalConstantsExt = "IrrationalConstants"
IntervalArithmeticLinearAlgebraExt = "LinearAlgebra"
IntervalArithmeticMakieExt = "Makie"
IntervalArithmeticRecipesBaseExt = "RecipesBase"
IntervalArithmeticSparseArraysExt = "SparseArrays"
[compat]
Arblib = "1.3.0"
CRlibm = "1.0.2"
CoreMath = "0.1.0"
DiffRules = "1"
ForwardDiff = "1"
IntervalSets = "0.7"
IrrationalConstants = "0.2.6"
LinearAlgebra = "1.10"
MacroTools = "0.5"
Makie = "0.24"
OpenBLASConsistentFPCSR_jll = "0.3.29"
Printf = "1.10"
Random = "1.10"
RecipesBase = "1"
RoundingEmulator = "0.2"
SparseArrays = "1.10"
julia = "1.10"