Skip to content

Commit

Permalink
Remove dependency on Statistics and src/mean.jl (#255)
Browse files Browse the repository at this point in the history
* remove dependency on Statistics

* remove src/mean.jl
  • Loading branch information
hyrodium committed Apr 12, 2023
1 parent 820367b commit d56bc26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Quaternions = "0.5.3, 0.6, 0.7"
Expand Down
2 changes: 0 additions & 2 deletions src/Rotations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ using StaticArrays
using Random
using Quaternions

import Statistics

include("util.jl")
include("core_types.jl")
include("unitquaternion.jl")
Expand Down
51 changes: 0 additions & 51 deletions src/mean.jl

This file was deleted.

0 comments on commit d56bc26

Please sign in to comment.