From 3ecc2b4e39bc4b9ebc7f44426a2113d81343aa65 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 Nov 2024 03:28:30 +0000 Subject: [PATCH] CompatHelper: add new compat entry for PartialFunctions at version 1 for package downstream, (keep existing compat) --- test/downstream/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/downstream/Project.toml b/test/downstream/Project.toml index 5740bc9a7..701614642 100644 --- a/test/downstream/Project.toml +++ b/test/downstream/Project.toml @@ -38,6 +38,7 @@ ModelingToolkitStandardLibrary = "2.7" NonlinearSolve = "2, 3, 4" Optimization = "4" OrdinaryDiffEq = "6.33" +PartialFunctions = "1" Plots = "1.40" RecursiveArrayTools = "3" SciMLBase = "2"