diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 896efbf..1277f1e 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -28,5 +28,6 @@ jobs: [ "DataGraphs", "ITensorNetworks", - "ITensorNetworksNext" + "ITensorNetworksNext", + "https://github.com/ITensor/Tennis.jl" ] diff --git a/Project.toml b/Project.toml index f197bbb..82a5010 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,6 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" -SimpleGraphAlgorithms = "41400c72-0c58-5c16-8579-4ecbce768449" SimpleGraphConverter = "205b04f2-f585-4877-a239-566270b3f673" SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" @@ -26,6 +25,7 @@ GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889" ITensorVisualizationBase = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23" KaHyPar = "2a6221f6-aa48-11e9-3542-2d9e0ef01880" Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b" +SimpleGraphAlgorithms = "41400c72-0c58-5c16-8579-4ecbce768449" SymRCM = "286e6d88-80af-4590-acc9-0001b223b9bd" [extensions] @@ -44,14 +44,14 @@ Graphs = "1.8" GraphsFlows = "0.1.1" ITensorVisualizationBase = "0.1" KaHyPar = "0.3.1" -LinearAlgebra = "1.7" +LinearAlgebra = "1.10" Metis = "1.4" PackageExtensionCompat = "1" SimpleGraphAlgorithms = "0.6" SimpleGraphConverter = "0.1" SimpleTraits = "0.9" -SparseArrays = "1.7" +SparseArrays = "1.10" SplitApplyCombine = "1.2.2" Suppressor = "0.2" SymRCM = "0.2.1" -julia = "1.7" +julia = "1.10"