From ead6115ed8103f0a946c1ba4d11636bf8ac69e65 Mon Sep 17 00:00:00 2001 From: jverzani Date: Wed, 8 Nov 2023 17:08:41 -0500 Subject: [PATCH 1/2] adjust compat bound --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 204693f..6f82c07 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ SymPyPythonCallSymbolicsExt = "Symbolics" CommonEq = "0.2" CommonSolve = "0.2" CondaPkg = "0.2" -LinearAlgebra = "1" +LinearAlgebra = "1.6.1" PythonCall = "0.9" SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2" Symbolics = "5" From a8c4147eecb1e0ba89edfd22f2a3468698751ed4 Mon Sep 17 00:00:00 2001 From: jverzani Date: Wed, 8 Nov 2023 17:09:17 -0500 Subject: [PATCH 2/2] version bump --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6f82c07..de6d61d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SymPyPythonCall" uuid = "bc8888f7-b21e-4b7c-a06a-5d9c9496438c" authors = ["jverzani and contributors"] -version = "0.2.2" +version = "0.2.3" [deps] CommonEq = "3709ef60-1bee-4518-9f2f-acd86f176c50"