From 5ba975eb03f237e3021b7de62f1333a830bd4dc0 Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Thu, 26 Sep 2024 14:34:18 +0930 Subject: [PATCH] DEV: update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff11a42..aa4ea1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = ["click", "tqdm", "tabulate", "graphbin", - "graphbin2", + "graphbin2>=1.3.3", "metacoag>=1.2.1"] classifiers = [ "Development Status :: 5 - Production/Stable",