-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
36 lines (32 loc) · 1.13 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
name = "EuclideanDistanceMatrices"
uuid = "c8f64d0f-e1bf-44f5-895a-65a798a2fd63"
authors = ["Fredrik Bagge Carlson"]
version = "0.1.0"
[deps]
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TotalLeastSquares = "028f657a-7ace-5159-a694-8cfd97933b0c"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
Turing2MonteCarloMeasurements = "d5f69e58-3735-4fb1-9f31-04d391be4687"
[compat]
Convex = "0.16"
Distances = "0.8, 0.9, 0.10"
Distributions = "0.22, 0.23, 0.24, 0.25"
MonteCarloMeasurements = "1"
SCS = "2"
StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"
TotalLeastSquares = "1"
Turing = "0.35"
julia = "1.10"
[extras]
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Optim"]