Skip to content

Commit e388a68

Browse files
committed
Cleaning unused Packages and updated deps
1 parent bcd6514 commit e388a68

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Project.toml

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "0.13.0"
66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
88
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
9-
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
109
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
1110
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
1211
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
@@ -22,7 +21,6 @@ ThreadSafeDicts = "4239201d-c60e-5e0a-9702-85d713665ba7"
2221
[compat]
2322
AbstractTrees = "0.4"
2423
DataStructures = "0.18"
25-
Dictionaries = "0.3, 0.4"
2624
FunctionWrappers = "1"
2725
Graphs = "1"
2826
IterTools = "1"

src/SoleLogics.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SoleLogics
22

33
import Base: show
44
using DataStructures
5-
using Dictionaries
5+
# using Dictionaries
66
using PrettyTables
77
using Random
88
using StatsBase

0 commit comments

Comments
 (0)