Skip to content

Commit

Permalink
CompatHelper: bump compat for MLJLinearModels to 0.10, (keep existing…
Browse files Browse the repository at this point in the history
… compat) (#59)

This pull request changes the compat entry for the `MLJLinearModels`
package from `0.8, 0.9` to `0.8, 0.9, 0.10`.
This keeps the compat entries for earlier versions.

---------

Co-authored-by: Rik Huijzer <rikhuijzer@pm.me>
  • Loading branch information
github-actions[bot] and rikhuijzer committed Nov 6, 2023
1 parent 8f27a44 commit 63daa85
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 = "SIRUS"
uuid = "cdeec39e-fb35-4959-aadb-a1dd5dede958"
authors = ["Rik Huijzer <github@huijzer.xyz>"]
version = "1.3.3"
version = "1.3.4"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -21,7 +21,7 @@ AbstractTrees = "0.3, 0.4"
CategoricalArrays = "0.10"
InlineStrings = "1"
MLJBase = "0.21, 1"
MLJLinearModels = "0.8, 0.9"
MLJLinearModels = "0.8, 0.9, 0.10"
MLJModelInterface = "1.4"
OrderedCollections = "1.6.2"
Tables = "1.7"
Expand Down

0 comments on commit 63daa85

Please sign in to comment.