|
1 | 1 | name = "OptimalTransport" |
2 | 2 | uuid = "7e02d93a-ae51-4f58-b602-d97af76e3b33" |
3 | 3 | authors = [ "zsteve <[email protected]>"] |
4 | | -version = "0.3.15" |
| 4 | +version = "0.3.16" |
5 | 5 |
|
6 | 6 | [deps] |
7 | | -Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" |
8 | | -Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" |
| 7 | +ExactOptimalTransport = "24df6009-d856-477c-ac5c-91f668376b31" |
9 | 8 | IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153" |
10 | 9 | LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
11 | 10 | LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688" |
12 | | -MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" |
13 | 11 | NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" |
14 | | -PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150" |
15 | | -QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" |
16 | | -SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" |
17 | | -StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" |
| 12 | +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" |
18 | 13 |
|
19 | 14 | [compat] |
20 | | -Distances = "0.9.0, 0.10" |
21 | | -Distributions = "0.24, 0.25" |
| 15 | +ExactOptimalTransport = "0.1" |
22 | 16 | IterativeSolvers = "0.8.4, 0.9" |
23 | 17 | LogExpFunctions = "0.2, 0.3" |
24 | | -MathOptInterface = "0.9" |
25 | 18 | NNlib = "0.6, 0.7" |
26 | | -PDMats = "0.10, 0.11" |
27 | | -QuadGK = "2" |
28 | | -StatsBase = "0.33.8" |
| 19 | +Reexport = "1" |
29 | 20 | julia = "1" |
30 | 21 |
|
31 | 22 | [extras] |
| 23 | +Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" |
32 | 24 | ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" |
33 | | -ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" |
34 | | -HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49" |
35 | 25 | Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" |
36 | 26 | PythonOT = "3c485715-4278-42b2-9b5f-8f00e43c12ef" |
37 | 27 | Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
| 28 | +ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" |
38 | 29 | SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" |
39 | 30 | Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
40 | | -Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa" |
41 | 31 |
|
42 | 32 | [targets] |
43 | | -test = ["ForwardDiff", "ReverseDiff", "Pkg", "PythonOT", "Random", "SafeTestsets", "Test", "Tulip", "HCubature"] |
| 33 | +test = ["Distances", "ForwardDiff", "ReverseDiff", "Pkg", "PythonOT", "Random", "SafeTestsets", "Test"] |
0 commit comments