Restrict NearestNeighbors version; remove debug statement

This commit is contained in:
2022-12-15 11:03:44 -06:00
parent 9191474df8
commit 51ff8eb130
2 changed files with 1 additions and 1 deletions

View File

@@ -45,3 +45,4 @@ ProgressBars = "1"
Shapefile = "0.8"
ZipFile = "0.10"
julia = "1"
NearestNeighbors = "0.4"

View File

@@ -38,7 +38,6 @@ function parse(json)::Instance
error("Unknown distance metric: $metric_name")
end
end
@show distance_metric
plants = Plant[]
products = Product[]