Skip to content

Commit ebdb092

Browse files
MNT bumpversion 0.1.6
1 parent 43271c9 commit ebdb092

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ imbalanced-ensemble requires following dependencies:
113113
- [pandas](https://pandas.pydata.org/) (>=1.1.3)
114114
- [scipy](https://www.scipy.org/) (>=0.19.1)
115115
- [joblib](https://pypi.org/project/joblib/) (>=0.11)
116-
- [scikit-learn](https://scikit-learn.org/stable/) (>=0.24)
116+
- [scikit-learn](https://scikit-learn.org/stable/) (>=1.0.0)
117117
- [matplotlib](https://matplotlib.org/) (>=3.3.2)
118118
- [seaborn](https://seaborn.pydata.org/) (>=0.11.0)
119119
- [tqdm](https://tqdm.github.io/) (>=4.50.2)

imbalanced_ensemble/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323
#
2424

25-
__version__ = "0.1.5"
25+
__version__ = "0.1.6"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"scipy>=0.19.1",
6666
"pandas>=1.1.3"
6767
"joblib>=0.11",
68-
"scikit-learn>=0.24",
68+
"scikit-learn>=1.0",
6969
"matplotlib>=3.3.2",
7070
"seaborn>=0.11.0",
7171
"tqdm>=4.50.2",
@@ -84,6 +84,7 @@
8484
"sphinx-gallery",
8585
"numpydoc",
8686
"pydata-sphinx-theme",
87+
"sphinx_rtd_theme",
8788
"sphinxcontrib-bibtex",
8889
],
8990
}

0 commit comments

Comments
 (0)