From d30660117a843134a37845744428be7f8323e54e Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Wed, 21 Feb 2024 14:48:54 +0100 Subject: [PATCH] More missing dependencies. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 856b528..52d8697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,12 @@ license = {file = "COPYING.txt"} requires-python = ">=3.8, <4" dependencies = [ "cyvcf2", + "matplotlib", "numpy", "pandas", + "scikit-learn", "scipy", + "seaborn", #"pysam" ] # computed from git tags by setuptools-scm -- GitLab