Skip to content

Commit 8ca7ade

Browse files
committed
add [compat] into Project.toml
1 parent 0ad7d9b commit 8ca7ade

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Project.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
99
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1010
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
11+
12+
[compat]
13+
julia = "1.6"
14+
LinearAlgebra = "1.6"
15+
NearestNeighbors = "0.4.9"
16+
Statistics = "1.4.0"
17+
Tables = "1.6.0"

0 commit comments

Comments
 (0)