Skip to content

Commit 2c50696

Browse files
authored
Update setup.py
added new version and requirements
1 parent 590238b commit 2c50696

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="pythonpredictions-cobra",
12-
version="1.0.1",
12+
version="1.0.2",
1313
description=("Package to build predictive models using "
1414
"logistic regression"),
1515
long_description=README,
@@ -25,5 +25,6 @@
2525
"scipy>=1.5.4",
2626
"scikit-learn>=0.23.1",
2727
"matplotlib>=3.3.3",
28-
"seaborn>=0.11.0"]
28+
"seaborn>=0.11.0",
29+
"tqdm>=4.59.0"]
2930
)

0 commit comments

Comments
 (0)