From d7167b880d120855648f8e7d3bbedad8719adcc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:51:20 -0500 Subject: [PATCH] [ITensorGLMakie] Bump compat for GLMakie to 0.9 (#1269) --- ITensorGLMakie/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ITensorGLMakie/Project.toml b/ITensorGLMakie/Project.toml index a6d8ae3619..96ab8e646c 100644 --- a/ITensorGLMakie/Project.toml +++ b/ITensorGLMakie/Project.toml @@ -9,7 +9,7 @@ ITensorMakie = "72ca75eb-df6f-4d6b-80c5-d5eab17be3f9" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] -GLMakie = "0.7, 0.8" +GLMakie = "0.7, 0.8, 0.9" ITensorMakie = "0.1.2" Reexport = "1.2.2" julia = "1.6"