Skip to content

Commit

Permalink
Compat Dictionaries (#56)
Browse files Browse the repository at this point in the history
* Compat Dictionaries

* CI update
  • Loading branch information
Azzaare authored Mar 15, 2024
1 parent bfc5059 commit 1f82afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- "1.8"
- "1.10"
- 'nightly'
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 1f82afb

Please sign in to comment.