From 49dc0d32fda85c82c5bb3e0594268c2b830498c3 Mon Sep 17 00:00:00 2001 From: Arpit Date: Mon, 4 Mar 2024 20:24:43 +0530 Subject: [PATCH] switch to ydata-profiling, fix #48 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index caeb3e1..0436f17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,5 +18,5 @@ setup_requires = setuptools >= 40.8.0 wheel install_requires = - pandas-profiling + ydata-profiling streamlit >= 0.63