Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum supported Julia version #30

Closed
barucden opened this issue Apr 17, 2024 · 3 comments · Fixed by #32
Closed

Minimum supported Julia version #30

barucden opened this issue Apr 17, 2024 · 3 comments · Fixed by #32

Comments

@barucden
Copy link
Member

The current CI runs tests for Julia 1.3, for which the dependencies cannot be satisfied due to liblinear_jll 2.47 requiring at least Julia 1.6:

 ERROR: LoadError: Unsatisfiable requirements detected for package liblinear_jll [275f1f90]:
 liblinear_jll [275f1f90] log:
 ├─possible versions are: [2.30.0, 2.47.0] or uninstalled
 ├─restricted to versions 2.47 by an explicit requirement, leaving only versions 2.47.0
 └─restricted by julia compatibility requirements to versions: 2.30.0 or uninstalled — no versions left

Do we need to support (and run tests for) Julia 1.3? The current LTS version is 1.6.7.

(CC @ericphanson @ablaom)

@ericphanson
Copy link
Contributor

Ah, let’s bump to 1.6 then

@barucden
Copy link
Member Author

MLJ.jl is also at 1.6:

https://github.com/alan-turing-institute/MLJ.jl/blob/6f46257f14bf8ffc8d22612c1e448be6ff92364e/Project.toml#L52

Let's wait for confirmation from Anthony.

@ablaom
Copy link
Collaborator

ablaom commented Apr 17, 2024

Yeah, I vote for the bump to 1.6. But note we still need #34 before tagging a new release, unless someone has done it already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants