Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
GretaVilla committed Mar 13, 2023
1 parent 0b8adf5 commit d45de9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -46,7 +46,7 @@
"pandas",
"scikit-learn>=0.22.1",
"matplotlib",
"plotly",
"plotly>=5.5.0",
"nbformat>=4.2.0",
],

Expand Down

0 comments on commit d45de9e

Please sign in to comment.