We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 590238b + 2c50696 commit abfdc66Copy full SHA for abfdc66
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="pythonpredictions-cobra",
12
- version="1.0.1",
+ version="1.0.2",
13
description=("Package to build predictive models using "
14
"logistic regression"),
15
long_description=README,
@@ -25,5 +25,6 @@
25
"scipy>=1.5.4",
26
"scikit-learn>=0.23.1",
27
"matplotlib>=3.3.3",
28
- "seaborn>=0.11.0"]
+ "seaborn>=0.11.0",
29
+ "tqdm>=4.59.0"]
30
)
0 commit comments