Skip to content

Commit af76f1b

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: bump compat for FillArrays to 0.13, (keep existing compat) (#20)
* CompatHelper: bump compat for FillArrays to 0.13, (keep existing compat) * CompatHelper: bump compat for FillArrays to 0.13 for package test, (keep existing compat) (#21) Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c67137b commit af76f1b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Project.toml

Lines changed: 2 additions & 3 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.1"
4+
version = "0.2.2"
55

66
[deps]
77
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
@@ -17,10 +17,9 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1717
[compat]
1818
Distances = "0.9.0, 0.10"
1919
Distributions = "0.24, 0.25"
20-
FillArrays = "0.12"
20+
FillArrays = "0.12, 0.13"
2121
MathOptInterface = "0.10"
2222
PDMats = "0.10, 0.11"
2323
QuadGK = "2"
2424
StatsBase = "0.33.8"
2525
julia = "1.6"
26-

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
1717
[compat]
1818
Distances = "0.9, 0.10"
1919
Distributions = "0.24, 0.25"
20-
FillArrays = "0.12"
20+
FillArrays = "0.12, 0.13"
2121
GLPK = "0.15"
2222
HCubature = "1.5"
2323
MathOptInterface = "0.10"

0 commit comments

Comments
 (0)