Skip to content

Commit f54010d

Browse files
authored
Add compat for Julia to Project.toml
1 parent 14438ab commit f54010d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ license = "MIT"
55
desc = "Basic statistics for Julia."
66
version = "1.11.0"
77

8+
[compat]
9+
julia = "1.9"
10+
811
[deps]
912
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1013
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

0 commit comments

Comments
 (0)