Skip to content

Commit

Permalink
CompatHelper: add new compat entry for Statistics at version 1, (keep…
Browse files Browse the repository at this point in the history
… existing compat) (#263)

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia committed Oct 29, 2023
1 parent dbee39d commit 6da57c7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

[extensions]
EvoTreesCUDAExt = "CUDA"

[compat]
BSON = "0.3"
CUDA = "3.0, 4.0, 5.0"
Expand All @@ -30,10 +24,14 @@ Distributions = "0.24, 0.25"
MLJModelInterface = "0.3, 0.4, 1.0"
NetworkLayout = "0.4"
RecipesBase = "1"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
Tables = "1.9"
julia = "1.6"

[extensions]
EvoTreesCUDAExt = "CUDA"

[extras]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -45,3 +43,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
docs = ["Documenter"]
test = ["CUDA", "DataFrames", "Test", "MLJBase", "MLJTestInterface"]

[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

2 comments on commit 6da57c7

@jeremiedb
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/94444

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.16.5 -m "<description of version>" 6da57c7a728d5f9871ac4e5bede21cb0eaa5a06d
git push origin v0.16.5

Please sign in to comment.