Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Update dependencies for 1.0 compatibility. #69

Merged
merged 1 commit into from
Nov 5, 2018

Conversation

englhardt
Copy link
Contributor

Installing MLKernels on Julia 1.0 currently fails due to a dependency issue.

(v1.0) pkg> add MLKernels
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package MLKernels [6899632a]:
 MLKernels [6899632a] log:
 ├─possible versions are: [0.0.1-0.0.3, 0.1.0, 0.2.0, 0.3.0] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.3, 0.1.0, 0.2.0, 0.3.0]
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

With the newest release of SpecialFunctions.jl (JuliaLang/METADATA.jl#19167) we can now update the dependencies of MLKernels.jl. This enables full compatibility for Julia 1.0 (CI passes).

Please trigger a new release on METADATA.jl after merging this to allow users to finally use this great package with Julia 1.0.

A test coverage drop may occur, see the bug and discussion here: JuliaLang/julia#28192.

@trthatcher trthatcher merged commit d7b84b1 into trthatcher:master Nov 5, 2018
@trthatcher
Copy link
Owner

Thanks for doing this.

I'll tag a new release on METADATA.jl in the next day or so.

@englhardt englhardt deleted the julia1.0 branch November 7, 2018 20:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants