From e32b788dbb29560f19d93cbb5daeeca1dbcb1ff0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 4 Aug 2024 00:09:03 +0000 Subject: [PATCH] CompatHelper: bump compat for SymPyPythonCall to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 317a16d2..f7c00121 100644 --- a/Project.toml +++ b/Project.toml @@ -93,7 +93,7 @@ SpeedMapping = "0.3, 0.4" StatsPlots = "0.15" Subscripts = "0.1.3, 0.2" Suppressor = "0.2" -SymPyPythonCall = "0.2, 0.3" +SymPyPythonCall = "0.2, 0.3, 0.4" Symbolics = "5, 6" Test = "1" ThreadedSparseArrays = "0.2.3, 0.3"