From 3177f4d05f61300e3a5da343d35d833619d9b2da Mon Sep 17 00:00:00 2001 From: Ruslan Sadykov Date: Fri, 18 Jul 2025 10:01:37 +0200 Subject: [PATCH] Put back the `[compat]` section of `Project.toml` as it was in version 1.15 --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 9325b81..31fede7 100644 --- a/Project.toml +++ b/Project.toml @@ -12,12 +12,12 @@ MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Combinatorics = "1" -Graphs = "^1.7" -MetaGraphs = ">= 0.7, < 0.9" -julia = "^1.6" +Combinatorics = "1.0.2" +Graphs = "~1.7, 1.8" JuMP = "^1.2" MathOptInterface = "1" +MetaGraphs = "~0.7" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"