Skip to content

Commit 880e0c3

Browse files
authored
Update dependencies (#26)
1 parent af76f1b commit 880e0c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExactOptimalTransport"
22
uuid = "24df6009-d856-477c-ac5c-91f668376b31"
33
authors = ["JuliaOptimalTransport"]
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
[deps]
77
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
@@ -18,7 +18,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1818
Distances = "0.9.0, 0.10"
1919
Distributions = "0.24, 0.25"
2020
FillArrays = "0.12, 0.13"
21-
MathOptInterface = "0.10"
21+
MathOptInterface = "0.10, 1"
2222
PDMats = "0.10, 0.11"
2323
QuadGK = "2"
2424
StatsBase = "0.33.8"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
1818
Distances = "0.9, 0.10"
1919
Distributions = "0.24, 0.25"
2020
FillArrays = "0.12, 0.13"
21-
GLPK = "0.15"
21+
GLPK = "0.15, 1"
2222
HCubature = "1.5"
23-
MathOptInterface = "0.10"
23+
MathOptInterface = "0.10, 1"
2424
PDMats = "0.10, 0.11"
2525
PythonOT = "0.1"
2626
SafeTestsets = "0.0.1"

0 commit comments

Comments
 (0)