Skip to content

Commit

Permalink
CompatHelper: bump compat for MLJBase to 1 for package docs, (keep ex…
Browse files Browse the repository at this point in the history
…isting compat) (#434)

* CompatHelper: bump compat for MLJBase to 1 for package docs, (keep existing compat)

* CompatHelper: bump compat for MLJBase to 1 for package test, (keep existing compat) (#435)

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>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Oct 26, 2023
1 parent c937374 commit 741ba4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DataFrames = "0.22, 1"
Documenter = "0.26, 0.27"
Gadfly = "1.3.4"
MCMCChains = "6"
MLJBase = "0.19, 0.20, 0.21"
MLJBase = "0.19, 0.20, 0.21, 1"
MLJDecisionTreeInterface = "0.3, 0.4"
StatsPlots = "0.14, 0.15"
julia = "1.7"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FFTW = "1.1"
IteratorInterfaceExtensions = "1"
KernelDensity = "0.6.2"
MCMCChains = "6"
MLJBase = "0.18, 0.19, 0.20, 0.21"
MLJBase = "0.18, 0.19, 0.20, 0.21, 1"
MLJDecisionTreeInterface = "0.3, 0.4"
StatsBase = "0.33.2, 0.34"
StatsPlots = "0.14.17, 0.15"
Expand Down

2 comments on commit 741ba4d

@yebai
Copy link
Member

@yebai yebai commented on 741ba4d Oct 26, 2023

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/94177

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 v6.0.4 -m "<description of version>" 741ba4d668c7e1d0b92511d70cd7d5c4e415219f
git push origin v6.0.4

Please sign in to comment.