Skip to content

Commit 53de7a0

Browse files
committed
simplify dependencies
1 parent 9f05323 commit 53de7a0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Project.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
3434
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
3535

3636
[compat]
37-
CUDA = "2, 3.0"
37+
CUDA = "3"
3838
Clustering = "0.14"
39-
DataFrames = "0.21, 0.22, 1.2"
39+
DataFrames = "1.2"
4040
DataStructures = "0.17, 0.18"
4141
Distributions = "0.25"
4242
DirectedAcyclicGraphs = "0.1.1"
4343
Graphs = "1.4"
4444
Lerche = "0.5"
4545
LogicCircuits = "0.3"
46-
LoopVectorization = "0.8.20, 0.11, 0.12"
46+
LoopVectorization = "0.11, 0.12"
4747
MetaGraphs = "0.7"
4848
Metis = "1.0"
49-
Reexport = "0.2, 1.0"
49+
Reexport = "1.0"
5050
Requires = "1"
5151
SimpleWeightedGraphs = "1.2.0"
5252
StatsBase = "0.33"
@@ -55,4 +55,3 @@ Tables = "1"
5555
ThreadPools = "2.0"
5656
TikzGraphs = "1.1"
5757
ZipFile = "0.9"
58-
julia = "1.5, 1.6"

0 commit comments

Comments
 (0)