From d45de9e2fcec86104e837e837f8ec5f32b4a8d4b Mon Sep 17 00:00:00 2001 From: GretaVilla Date: Mon, 13 Mar 2023 17:00:37 +0000 Subject: [PATCH] updated requirements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 417bc64..a5bc431 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="binclass-tools", # - version="1.1.1", # Required + version="1.1.2", # Required description="A set of tools that facilitates the analysis of binary classification problems", # Optional long_description=long_description, # Optional @@ -46,7 +46,7 @@ "pandas", "scikit-learn>=0.22.1", "matplotlib", - "plotly", + "plotly>=5.5.0", "nbformat>=4.2.0", ],