File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ version = "0.13.0"
6
6
[deps ]
7
7
AbstractTrees = " 1520ce14-60c1-5f80-bbc7-55ef81b5835c"
8
8
DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
9
- Dictionaries = " 85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
10
9
FunctionWrappers = " 069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
11
10
Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
12
11
IterTools = " c8e1da08-722c-5040-9ed9-7db0dc04731e"
@@ -22,7 +21,6 @@ ThreadSafeDicts = "4239201d-c60e-5e0a-9702-85d713665ba7"
22
21
[compat ]
23
22
AbstractTrees = " 0.4"
24
23
DataStructures = " 0.18"
25
- Dictionaries = " 0.3, 0.4"
26
24
FunctionWrappers = " 1"
27
25
Graphs = " 1"
28
26
IterTools = " 1"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SoleLogics
2
2
3
3
import Base: show
4
4
using DataStructures
5
- using Dictionaries
5
+ # using Dictionaries
6
6
using PrettyTables
7
7
using Random
8
8
using StatsBase
You can’t perform that action at this time.
0 commit comments