Skip to content

Commit

Permalink
Merge pull request #172 from JuliaAI/dev
Browse files Browse the repository at this point in the history
forgot to completely rm CorpusLoaders from Project
  • Loading branch information
ablaom authored Oct 11, 2021
2 parents b2124a1 + cecd1eb commit b5fbf04
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/ScientificTypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ using Reexport
using Tables
using CategoricalArrays
using ColorTypes
using CorpusLoaders
using PrettyTables
using Dates
import Distributions
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b5fbf04

Please sign in to comment.