File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
17
17
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
18
18
SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
19
19
StatGeochemBase = " 61e559cd-58b4-4257-8528-26bb26ff2b9a"
20
- Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
21
- StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
22
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
23
20
VectorizedStatistics = " 3b853605-1c98-4422-8364-4bd93ee0529e"
24
21
25
22
[compat ]
@@ -36,6 +33,5 @@ ProgressMeter = "1"
36
33
Reexport = " 0.2, 1.0"
37
34
SpecialFunctions = " 0.10, 1, 2"
38
35
StatGeochemBase = " 0.5"
39
- StatsBase = " 0.28 - 0.34"
40
36
VectorizedStatistics = " 0.5"
41
37
julia = " 1"
Original file line number Diff line number Diff line change
1
+ [deps ]
2
+ Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change 1
1
using Chron
2
- using Test, Statistics, StatsBase
2
+ using Test, Statistics
3
3
4
4
const make_plots = get (ENV , " MAKE_PLOTS" , false ) == " true"
5
5
@testset " Utilities" begin include (" testUtilities.jl" ) end
You can’t perform that action at this time.
0 commit comments