From 8302c5bc34c272517ea6bcaa803c72259290809c Mon Sep 17 00:00:00 2001 From: john verzani Date: Sat, 3 Aug 2024 16:16:42 -0400 Subject: [PATCH] Circular (#552) * move SymPyPyCall -> SymPy; breaking change * Bool3, bump * add terminterface for testing --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d642121..646db9d 100644 --- a/Project.toml +++ b/Project.toml @@ -17,12 +17,14 @@ LinearAlgebra = "<0.0.1, 1.6" PyCall = "1.96.2" SpecialFunctions = "0.7, 0.8, 0.8, 0.10, 1, 2" SymPyCore = "0.2.5, 1" +TermInterface = "2" julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" +TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c" [targets] -test = ["Test", "LinearAlgebra", "SpecialFunctions"] +test = ["Test", "LinearAlgebra", "SpecialFunctions","TermInterface"]