From 43790173df4dc96d8e1de171c6e358d678f22af6 Mon Sep 17 00:00:00 2001 From: Simon Babayan Date: Thu, 8 Jan 2026 22:03:35 +0000 Subject: [PATCH] Update MetaGraphs compat to allow 0.8.x --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7b7e877..6920668 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ Graphs = "1.4.0" HTTP = "0.8.17, 0.9, 1" JSON = "0.21.0" LightXML = "0.9.0" -MetaGraphs = "0.7.0" +MetaGraphs = "0.7, 0.8" NearestNeighbors = "0.4.6" Parameters = "0.12.1" QuickHeaps = "0.1.1"