From ac16874b512a06ec4deed416c0911eef3fdf77c2 Mon Sep 17 00:00:00 2001 From: john verzani Date: Tue, 7 Nov 2023 12:41:15 -0500 Subject: [PATCH] fix for v.1.0-1.3 (#406) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2fbd7e0..44ec8ea 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Roots" uuid = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" -version = "2.0.21" +version = "2.0.22" [deps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" @@ -22,7 +22,7 @@ ForwardDiff = "0.10" SymPy = "1,2" SymPyPythonCall = "0.1, 0.2, 1" Setfield = "0.7, 0.8, 1" -Printf = "1" +Printf = "<0.0.1, 1" julia = "1.0"