Skip to content

Commit 2a32681

Browse files
committed
add Compat
1 parent 01bac4f commit 2a32681

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["Chad Scherrer <[email protected]> and contributors"]
44
version = "0.1.0"
55

66
[deps]
7+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
78
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
89
KeywordCalls = "4d827475-d3e4-43d6-abe3-9688362ede9f"
910
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
@@ -14,9 +15,10 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1415
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
1516

1617
[compat]
18+
Compat = "3.28"
1719
ConcreteStructs = "0.2"
18-
MLStyle = "0.4"
1920
KeywordCalls = "0.1.3"
21+
MLStyle = "0.4"
2022
MappedArrays = "0.4"
2123
NamedTupleTools = "0.13"
2224
SpecialFunctions = "1.3"

0 commit comments

Comments
 (0)