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.
2 parents 08e8a0a + bca6f65 commit 96da192Copy full SHA for 96da192
Project.toml
@@ -6,16 +6,18 @@ version = "0.1.2"
6
[deps]
7
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
8
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
9
+IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
10
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
-REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
11
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12
+Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
13
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
15
[compat]
16
Dates = "1"
17
Distributed = "1"
18
+IOCapture = "0.2.5"
19
Printf = "1"
-REPL = "1"
20
Random = "1"
21
+Statistics = "1"
22
Test = "1"
23
julia = "1.10"
0 commit comments