diff --git a/Project.toml b/Project.toml index 7849880..330825b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ExactOptimalTransport" uuid = "24df6009-d856-477c-ac5c-91f668376b31" authors = ["JuliaOptimalTransport"] -version = "0.1.1" +version = "0.1.2" [deps] Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" @@ -16,7 +16,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] Distances = "0.9.0, 0.10" Distributions = "0.24, 0.25" -MathOptInterface = "0.9" +MathOptInterface = "0.9, 0.10" PDMats = "0.10, 0.11" QuadGK = "2" StatsBase = "0.33.8"