From 435f9c86267bd8c71441cbe46a1293a0b0ce6211 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Mon, 11 Oct 2021 17:16:24 +1300 Subject: [PATCH 1/3] forgot to completely rm CorpusLoaders from Project --- Project.toml | 1 - 1 file changed, 1 deletion(-) 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" From 55642240b0978f5d55635e1610ddc10aea60afc3 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Mon, 11 Oct 2021 17:20:05 +1300 Subject: [PATCH 2/3] again! --- src/ScientificTypes.jl | 1 - 1 file changed, 1 deletion(-) 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 From cecd1eb3bc0c22c25e7777073ce1347cf20871ab Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Mon, 11 Oct 2021 17:20:46 +1300 Subject: [PATCH 3/3] again --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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