-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
44 lines (40 loc) · 1.35 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name = "CalibrationErrors"
uuid = "33913031-fe46-5864-950f-100836f47845"
authors = ["David Widmann <[email protected]>"]
version = "0.6.4"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExactOptimalTransport = "24df6009-d856-477c-ac5c-91f668376b31"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
[compat]
Aqua = "0.8"
DataStructures = "0.17, 0.18"
Distances = "0.10.1"
Distributions = "0.23, 0.24, 0.25"
ExactOptimalTransport = "0.1, 0.2"
KernelFunctions = "0.10"
LinearAlgebra = "<0.0.1, 1"
PDMats = "0.10, 0.11"
Random = "<0.0.1, 1"
Reexport = "0.2, 1.0"
SimpleUnPack = "1"
Statistics = "<0.0.1, 1"
StatsBase = "0.32, 0.33, 0.34"
Test = "<0.0.1, 1"
Tulip = "0.7.5, 0.8, 0.9"
julia = "1.3"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Random", "Test"]