You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:Do we need to support (and run tests for) Julia 1.3? The current LTS version is 1.6.7.
(CC @ericphanson @ablaom)
The text was updated successfully, but these errors were encountered: