Skip to content

Commit

Permalink
Merge pull request #46 from darsnack/darsnack/update-learnbase
Browse files Browse the repository at this point in the history
Update LearnBase version
  • Loading branch information
darsnack committed Dec 31, 2021
2 parents e16b745 + 178ea1f commit 77e41a6
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,15 +1,15 @@
name = "MLLabelUtils"
uuid = "66a33bbf-0c2b-5fc8-a008-9da813334f0a"
authors = ["Christof Stocker <stocker.christof@gmail.com>"]
version = "0.5.6"
version = "0.5.7"

[deps]
LearnBase = "7f8f8fb0-2700-5f03-b4bd-41f8cfc144b6"
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
LearnBase = "0.2, 0.3, 0.4"
LearnBase = "0.2, 0.3, 0.4, 0.6"
MappedArrays = "0.2, 0.3, 0.4"
StatsBase = "0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
julia = "1"
Expand Down

4 comments on commit 77e41a6

@darsnack
Copy link
Member Author

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.

Error while trying to register: Register Failed
@darsnack, it looks like you are not a publicly listed member/owner in the parent organization (JuliaML).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@darsnack
Copy link
Member Author

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

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.5.7 -m "<description of version>" 77e41a632bc0ae78f0f6dbe8fa4c1f372c6cc5be
git push origin v0.5.7

Please sign in to comment.