We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bac4f commit 2a32681Copy full SHA for 2a32681
Project.toml
@@ -4,6 +4,7 @@ authors = ["Chad Scherrer <[email protected]> and contributors"]
4
version = "0.1.0"
5
6
[deps]
7
+Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
8
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
9
KeywordCalls = "4d827475-d3e4-43d6-abe3-9688362ede9f"
10
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
@@ -14,9 +15,10 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
14
15
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
16
17
[compat]
18
+Compat = "3.28"
19
ConcreteStructs = "0.2"
-MLStyle = "0.4"
20
KeywordCalls = "0.1.3"
21
+MLStyle = "0.4"
22
MappedArrays = "0.4"
23
NamedTupleTools = "0.13"
24
SpecialFunctions = "1.3"
0 commit comments