Skip to content

Commit

Permalink
CompatHelper: bump compat for FillArrays to 1, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Jul 5, 2023
1 parent 880e0c3 commit 263e187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ExactOptimalTransport"
uuid = "24df6009-d856-477c-ac5c-91f668376b31"
authors = ["JuliaOptimalTransport"]
version = "0.2.3"
version = "0.2.4"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand All @@ -17,7 +17,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Distances = "0.9.0, 0.10"
Distributions = "0.24, 0.25"
FillArrays = "0.12, 0.13"
FillArrays = "0.12, 0.13, 1"
MathOptInterface = "0.10, 1"
PDMats = "0.10, 0.11"
QuadGK = "2"
Expand Down

0 comments on commit 263e187

Please sign in to comment.