diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index ed486fe..439861d 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -18,6 +18,7 @@ jobs: matrix: pkg: - 'ITensorNetworks' + - 'ITensorNetworksNext' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" diff --git a/Project.toml b/Project.toml index c37cad2..96a7f3d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DataGraphs" uuid = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a" +version = "0.2.10" authors = ["Matthew Fishman and contributors"] -version = "0.2.9" [deps] Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" @@ -16,11 +16,11 @@ GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889" DataGraphsGraphsFlowsExt = "GraphsFlows" [compat] -Dictionaries = "0.4.0" -Graphs = "1.0.0" +Dictionaries = "0.4" +Graphs = "1" GraphsFlows = "0.1.1" -NamedGraphs = "0.6.9, 0.7.0" -SimpleTraits = "0.9.0" +NamedGraphs = "0.6.9, 0.7, 0.8" +SimpleTraits = "0.9" julia = "1.7" [extras] diff --git a/examples/Project.toml b/examples/Project.toml index 08f2470..e293680 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -5,5 +5,5 @@ NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19" [compat] DataGraphs = "0.2.6" -Graphs = "1.12.0" -NamedGraphs = "0.6.5, 0.7.0" +Graphs = "1.12" +NamedGraphs = "0.6.5, 0.7, 0.8" diff --git a/test/Project.toml b/test/Project.toml index 02fa78f..3d7834e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,9 +13,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Aqua = "0.8.11" DataGraphs = "0.2.6" Dictionaries = "0.4.4" -Graphs = "1.12.0" +Graphs = "1.12" GraphsFlows = "0.1.1" -NamedGraphs = "0.6.6, 0.7.0" -SafeTestsets = "0.1.0" +NamedGraphs = "0.6.6, 0.7, 0.8" +SafeTestsets = "0.1" Suppressor = "0.2.8" -Test = "1.10.0" +Test = "1.10"