From 789330b362a07dec47b482f87186dc93f1c165d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 15 Jan 2025 20:55:19 +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 8a5ee51..c98221b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QHull" uuid = "a8468747-bd6f-53ef-9e5c-744dbc5c59e7" repo = "https://github.com/JuliaPolyhedra/QHull.jl.git" -version = "0.2.5" +version = "0.2.6" [deps] Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029" @@ -9,7 +9,7 @@ PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -Polyhedra = "0.6.8, 0.7" +Polyhedra = "0.6.8, 0.7, 0.8" PyCall = "1.91" StaticArrays = "0.12, 1.0" julia = "1"