-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
28 lines (26 loc) · 1000 Bytes
/
Project.toml
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
name = "SetIntersectionProjection"
uuid = "335f7d24-6316-57dd-9c3a-df470f2b739e"
authors = ["Bas Peters <[email protected]>"]
version = "0.2.5"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JOLI = "bb331ad6-a1cf-11e9-23da-9bcb53c69f6f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SortingAlgorithms = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
DistributedArrays = "0.6"
Interpolations = "0.13"
JOLI = "0.7,0.8,0.9"
Parameters = "0.12"
SortingAlgorithms = "1"
TimerOutputs = "0.5.15"
julia = "1"