From 3db7f33329734cbab673801bb39162b61ec72a4a Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Tue, 1 Aug 2023 11:16:15 +0100 Subject: [PATCH] Update direct dependency to released dependency (#179) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6136761..9858df1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "xgboost==1.4.2" ] extras = [ - "aix360 [default,tsice,tslime,tssaliency] @ https://github.com/Trusted-AI/AIX360/archive/refs/heads/master.zip" + "aix360[default,tsice,tslime,tssaliency]==0.3.0" ] [project.urls]