Skip to content

Commit f836207

Browse files
committed
update test dependency
update JLD2 dependency remove CompScienceMeshes
1 parent 9fcfbfb commit f836207

File tree

7 files changed

+3
-11
lines changed

7 files changed

+3
-11
lines changed

Project.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ GraphColoringGraphs = ["Graphs"]
1515

1616
[compat]
1717
Aqua = "0.8"
18-
CompScienceMeshes = "0.9"
19-
DataStructures = "^0.18.1"
18+
DataStructures = "^0.18.1, 0.19"
2019
Graphs = "1"
21-
JLD2 = "^0.4"
20+
JLD2 = "0.6"
2221
JuliaFormatter = "2.1"
2322
LinearAlgebra = "1"
2423
SparseArrays = "1"
@@ -29,7 +28,6 @@ julia = "1.10"
2928

3029
[extras]
3130
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
32-
CompScienceMeshes = "3e66a162-7b8c-5da0-b8f8-124ecd2c3ae1"
3331
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
3432
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
3533
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
@@ -40,4 +38,4 @@ TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
4038
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
4139

4240
[targets]
43-
test = ["Aqua", "CompScienceMeshes", "Graphs", "JLD2", "JuliaFormatter", "LinearAlgebra", "SparseArrays", "Test", "TestItemRunner", "TestItems"]
41+
test = ["Aqua", "Graphs", "JLD2", "JuliaFormatter", "LinearAlgebra", "SparseArrays", "Test", "TestItemRunner", "TestItems"]

test/test_colorzones.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using CompScienceMeshes
21
using Test, JLD2
32
using GraphColoring
43
using SparseArrays

test/test_dsatur.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using CompScienceMeshes
21
using Test, JLD2
32
using GraphColoring
43
using SparseArrays

test/test_gather.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using CompScienceMeshes
21
using Test, JLD2
32
using GraphColoring
43
using SparseArrays

test/test_greedy.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using CompScienceMeshes
21
using Test, JLD2
32
using GraphColoring
43
using SparseArrays

test/test_partition.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using CompScienceMeshes
21
using Test, JLD2
32
using GraphColoring
43
using SparseArrays

test/test_workstream.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using CompScienceMeshes
21
using Test, JLD2
32
using GraphColoring
43
using SparseArrays

0 commit comments

Comments
 (0)