From 9a94b1f50ce06e3a483e153415664615bce6078a Mon Sep 17 00:00:00 2001 From: monty Date: Sat, 11 Nov 2023 00:59:28 -0700 Subject: [PATCH] Add LinearAlgebra and Test packages, update Random and NearestNeighbors versions --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index daaacdb..ffd700a 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,10 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] DocumentFunction = "1" +LinearAlgebra = "1" NearestNeighbors = "0.4, 0.5" +Random = "1" +Test = "1" julia = "1.9" [extras]