From 9f616d97c90440047dc0836c9714d954a2d9a4f1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 17 Oct 2023 00:39:33 +0000 Subject: [PATCH] CompatHelper: bump compat for SymPyPythonCall to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 802b37e4..d1f71e18 100644 --- a/Project.toml +++ b/Project.toml @@ -64,7 +64,7 @@ RuntimeGeneratedFunctions = "^0.5" SpecialFunctions = "^2" SpeedMapping = "^0.3" Subscripts = "^0.1" -SymPyPythonCall = "^0.1.1" +SymPyPythonCall = "^0.1.1, 0.2" Symbolics = "^5" ThreadedSparseArrays = "^0.2" julia = "1.8"