From 1f82afb57c2da833321256813149cff315111388 Mon Sep 17 00:00:00 2001 From: Jean-Francois Baffier Date: Fri, 15 Mar 2024 14:18:40 +0900 Subject: [PATCH] Compat Dictionaries (#56) * Compat Dictionaries * CI update --- .github/workflows/ci.yml | 2 +- Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b384488..5f3fb23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: version: - - "1.8" + - "1.10" - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index dbffeca..6baa896 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CompositionalNetworks" uuid = "4b67e4b5-442d-4ef5-b760-3f5df3a57537" authors = ["Jean-François Baffier"] -version = "0.5.4" +version = "0.5.5" [deps] ConstraintCommons = "e37357d9-0691-492f-a822-e5ea6a920954" @@ -19,7 +19,7 @@ Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8" [compat] ConstraintCommons = "0.1" ConstraintDomains = "0.3" -Dictionaries = "0.3" +Dictionaries = "0.4" Distances = "0.10" JuliaFormatter = "0.22, 1" OrderedCollections = "1"