Skip to content

Commit d56bc26

Browse files
authored
Remove dependency on Statistics and src/mean.jl (#255)
* remove dependency on Statistics * remove src/mean.jl
1 parent 820367b commit d56bc26

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
77
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
88
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
99
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
10-
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1110

1211
[compat]
1312
Quaternions = "0.5.3, 0.6, 0.7"

src/Rotations.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ using StaticArrays
88
using Random
99
using Quaternions
1010

11-
import Statistics
12-
1311
include("util.jl")
1412
include("core_types.jl")
1513
include("unitquaternion.jl")

src/mean.jl

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)