Skip to content

Commit

Permalink
Extend compat for Distributions to include 0.25 (#67)
Browse files Browse the repository at this point in the history
* extend compat Distributions = "0.22, 0.24, 0.25"

* bump version 0.2.7
  • Loading branch information
ablaom authored Sep 13, 2021
1 parent f0239d0 commit 0840bb0
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 = "TreeParzen"
uuid = "eb66a70c-a255-11e9-03ea-7ba6b2f22006"
authors = ["iqml <https://github.com/iqml>"]
version = "0.2.6"
version = "0.2.7"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -15,7 +15,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
Compat = "^1.3, ^2, ^3"
Coverage = "^1.0"
Distributions = "0.22, 0.24"
Distributions = "0.22, 0.24, 0.25"
DocStringExtensions = "0.8"
MLJTuning = "^0.6"
SpecialFunctions = "0.8"
Expand Down

0 comments on commit 0840bb0

Please sign in to comment.