-
Notifications
You must be signed in to change notification settings - Fork 17
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
METADATA.jl/kNN needs a version bump #17
Comments
Afte new instaltion of kNN: julia> Pkg.installed() julia> using kNN julia> |
The version of kNN pointed to by 0.0.0 in METADATA.jl/kNN is still
using Stats
rather thanusing StatsBase
, which causesusing kNN
to fail with:Bumping METADATA.jl to the latest kNN update should resolve the 'Test Status: Package doesn't load' reported by http://pkg.julialang.org/.
The text was updated successfully, but these errors were encountered: