diff --git a/Project.toml b/Project.toml index f1d3579..652064f 100644 --- a/Project.toml +++ b/Project.toml @@ -6,7 +6,6 @@ version = "2.3.2" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" -CorpusLoaders = "214a0ac2-f95b-54f7-a80b-442ed9c2c9e8" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" diff --git a/src/ScientificTypes.jl b/src/ScientificTypes.jl index 9c0e730..fad71c2 100644 --- a/src/ScientificTypes.jl +++ b/src/ScientificTypes.jl @@ -6,7 +6,6 @@ using Reexport using Tables using CategoricalArrays using ColorTypes -using CorpusLoaders using PrettyTables using Dates import Distributions diff --git a/test/runtests.jl b/test/runtests.jl index 9be81f2..bccd0b8 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,6 @@ using Test, ScientificTypes, ScientificTypesBase, Random using Tables, CategoricalArrays, DataFrames -using ColorTypes, CorpusLoaders +using ColorTypes using Dates # using CSV # dropped until julia release new LTS as issue for 1.0 import Distributions