From 37f739ad760b5351d14726dbccf9e75099d7b0ec Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 1 Aug 2025 08:55:04 -0400 Subject: [PATCH] Update DataStructures.jl compatibility to include v0.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9b99bcb..0c6cb1a 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] Aqua = "0.8" -DataStructures = "0.18.13" +DataStructures = "0.18.13, 0.19" DiffEqBase = "6.144" DocStringExtensions = "0.9" InteractiveUtils = "1.10"