Skip to content

Commit

Permalink
Compat added version 0.24 of Distributions.jl (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
davibarreira and devmotion authored Jun 5, 2021
1 parent fb23ca3 commit a9ad75d
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 = "OptimalTransport"
uuid = "7e02d93a-ae51-4f58-b602-d97af76e3b33"
authors = ["zsteve <[email protected]>"]
version = "0.3.9"
version = "0.3.10"

[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.25"
Distributions = "0.24, 0.25"
IterativeSolvers = "0.8.4, 0.9"
LogExpFunctions = "0.2"
MathOptInterface = "0.9"
Expand Down

2 comments on commit a9ad75d

@devmotion
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/38220

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.10 -m "<description of version>" a9ad75d2561ccb0338cb556fca94e9875726edc6
git push origin v0.3.10

Please sign in to comment.