From b6bea117b07939f22a9b5b4254f65ff5ddee5c0d Mon Sep 17 00:00:00 2001 From: Severin Dicks <37635888+Intron7@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:37:54 +0200 Subject: [PATCH] Add files via upload --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0060081e..75dfc6c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,8 @@ dependencies = [ "scikit-misc>=0.1.3", "matplotlib>=3.4", "seaborn", - "tqdm" + "tqdm", + "statsmodels>=0.12.0", ] [project.optional-dependencies]