Skip to content

Commit

Permalink
Raise minimum supported julia version to 1.6
Browse files Browse the repository at this point in the history
This is necessary in order to work with LIBLINEAR 2.47
  • Loading branch information
barucden committed Apr 17, 2024
1 parent 19492fa commit 74cecf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.6'
- '1'
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name = "LIBLINEAR"
uuid = "2d691ee1-e668-5016-a719-b2531b85e0f5"
authors = ["innerlee"]
repo = "https://github.com/innerlee/LIBLINEAR.jl.git"
version = "0.6.1"
version = "0.7.0"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
liblinear_jll = "275f1f90-abd2-5ca1-9ad8-abd4e3d66eb7"

[compat]
julia = "1.3"
julia = "1.6"
liblinear_jll = "~2.47.0"

[extras]
Expand Down

2 comments on commit 74cecf0

@barucden
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
@barucden, 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

Please sign in to comment.