Skip to content

Commit 2dc9c0c

Browse files
committed
Remove unused dependency EncodedArrays
1 parent a6ae8fc commit 2dc9c0c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.3.5"
55
[deps]
66
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
77
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
8-
EncodedArrays = "97725368-735e-11e9-0dd7-6bf34c3b13a8"
98
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
109
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
1110
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
@@ -20,7 +19,6 @@ UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
2019
[compat]
2120
ArraysOfArrays = "0.4, 0.5, 0.6"
2221
ElasticArrays = "0.2, 0.3, 0.4, 1"
23-
EncodedArrays = "0.2, 0.3"
2422
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
2523
IntervalSets = "0.3, 0.4, 0.5, 0.6, 0.7"
2624
RecipesBase = "0.7, 0.8, 1"

src/RadiationDetectorSignals.jl

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module RadiationDetectorSignals
66

77
using ArraysOfArrays
88
using ElasticArrays
9-
using EncodedArrays
109
using FillArrays
1110
using IntervalSets
1211
using RecipesBase

0 commit comments

Comments
 (0)