From cab7d0df866eda0e48c83b53cd5859c1c052618f Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Mon, 29 Jun 2026 13:54:59 +0100 Subject: [PATCH] Remove Test as a dependancy, and set LTS as minimum version --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index fc1fc2c..8720bd0 100644 --- a/Project.toml +++ b/Project.toml @@ -9,14 +9,13 @@ MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3" MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] MultivariatePolynomials = "0.5.15" MutableArithmetics = "1.6.5" Reexport = "1" StarAlgebras = "0.3" -julia = "1" +julia = "1.10" [extras] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"