From 045f5ea735f3e09f120aadd883b8925b4582b801 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Thu, 9 May 2024 21:36:55 -0400 Subject: [PATCH] Bump Makie compat and patch version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 061bfda7d..241005263 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SciMLBase" uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462" authors = ["Chris Rackauckas and contributors"] -version = "2.36.1" +version = "2.36.2" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -65,7 +65,7 @@ FunctionWrappersWrappers = "0.1.3" IteratorInterfaceExtensions = "^1" LinearAlgebra = "1.10" Logging = "1.10" -Makie = "0.20" +Makie = "0.20, 0.21" Markdown = "1.10" ModelingToolkit = "8.75, 9" PartialFunctions = "1.1"