Skip to content

Commit 70aee00

Browse files
committed
Remove SpecialFunctions as a test dependency.
1 parent 33d34b9 commit 70aee00

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
99

1010
[extras]
1111
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
12-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1312
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1413

1514
[targets]
16-
test = ["InteractiveUtils", "SpecialFunctions", "Test"]
15+
test = ["InteractiveUtils", "Test"]

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using StaticArrays, Test, Random, LinearAlgebra, SpecialFunctions
1+
using StaticArrays, Test, Random, LinearAlgebra
22
using InteractiveUtils
33

44
# Allow no new ambiguities (see #18), unless you fix some old ones first!

0 commit comments

Comments
 (0)