From 5d35c8e6ee4273a6ca4c441186336775f4ace813 Mon Sep 17 00:00:00 2001 From: Tamas Spisak Date: Mon, 25 Apr 2022 13:42:38 +0200 Subject: [PATCH] v0.20.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d86e2b..d6c8114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlconfound" -version = "0.20.0" +version = "0.20.1" description = "Tools for analyzing and quantifying effects of counfounder variables on machine learning model predictions." authors = ["Tamas Spisak "] license = "GPL-3.0-or-later" @@ -31,7 +31,7 @@ numpy = ">=1.21.1" pandas = ">=1.3.1" scipy = ">=1.7.1" statsmodels = ">=0.12.2" -pygam = ">=0.8.0" +pygam = "0.8.0" seaborn = ">=0.11.1" graphviz = ">=0.17" dot2tex = ">=2.11.3"