From cb8e2891c9a8949643b2f446bec96478a9471636 Mon Sep 17 00:00:00 2001 From: Louis Mandel Date: Sat, 1 Mar 2025 00:14:25 -0500 Subject: [PATCH] Update granite-io dependency (#641) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50c2d7479..e28693943 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "termcolor~=2.0", "ipython~=8.0", "json-repair~=0.35", - "granite-io@git+https://github.com/ibm-granite/granite-io", + "granite-io~=0.1", ] authors = [ { name="Mandana Vaziri", email="mvaziri@us.ibm.com" },