Skip to content

Commit

Permalink
v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spisakt committed Apr 25, 2022
1 parent bb1167d commit 5d35c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <tamas.spisak@uni-due.de>"]
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5d35c8e

Please sign in to comment.