From d552f586cf0e4f775c729b4e541da1ecbc3bfbc2 Mon Sep 17 00:00:00 2001 From: vikaushik Date: Sat, 23 Sep 2023 14:55:11 -0700 Subject: [PATCH] Updated computation of leading eigenvector and sequential order in coom.py --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3512c71..f4641d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,5 +16,6 @@ classifiers = ["Programming Language :: Python :: 3"] dependencies = ['numpy','pandas'] + [project.optional-dependencies] optional_dependencies = ['pytest','jupyter','requests','scipy','matplotlib','seaborn'] \ No newline at end of file