From c034f0487d0b2f91a8f3e0461120b260e581c443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 15 Jan 2025 20:55:50 +0100 Subject: [PATCH] Add support to Polyhedra v0.8 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f71f33c..f07c5ed 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LRSLib" uuid = "262c1cb6-76e2-5873-868b-19ece3183cc5" repo = "https://github.com/JuliaPolyhedra/LRSLib.jl.git" -version = "0.8.1" +version = "0.8.2" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -10,7 +10,7 @@ Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029" lrslib_jll = "3873f7d0-7b7c-52c3-bdf4-8ab39b8f337a" [compat] -Polyhedra = "0.7" +Polyhedra = "0.7,0.8" julia = "1.6" lrslib_jll = "= 0.3.3"