Skip to content

Commit b5fbf04

Browse files
authored
Merge pull request #172 from JuliaAI/dev
forgot to completely rm CorpusLoaders from Project
2 parents b2124a1 + cecd1eb commit b5fbf04

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Project.toml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "2.3.2"
66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
88
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
9-
CorpusLoaders = "214a0ac2-f95b-54f7-a80b-442ed9c2c9e8"
109
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
1110
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1211
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"

src/ScientificTypes.jl

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using Reexport
66
using Tables
77
using CategoricalArrays
88
using ColorTypes
9-
using CorpusLoaders
109
using PrettyTables
1110
using Dates
1211
import Distributions

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Test, ScientificTypes, ScientificTypesBase, Random
22
using Tables, CategoricalArrays, DataFrames
3-
using ColorTypes, CorpusLoaders
3+
using ColorTypes
44
using Dates
55
# using CSV # dropped until julia release new LTS as issue for 1.0
66
import Distributions

0 commit comments

Comments
 (0)