From 871b7c61034fd45df84985adbccae4a1624bb78d Mon Sep 17 00:00:00 2001 From: James Foster Date: Tue, 7 May 2024 13:08:31 +1000 Subject: [PATCH] Update compatibility to BLIS v1.0 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a8ae28d..3893fa0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,14 +1,14 @@ name = "BLISBLAS" uuid = "6f275bd8-fec0-4d39-945b-7e95a765fa1e" authors = ["Carsten Bauer and contributors"] -version = "0.1.0" +version = "0.1.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32" [compat] -blis_jll = "0.9" +blis_jll = "1.0" julia = "1" [extras]