Skip to content

Commit

Permalink
MNT bumpversion 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiningLiu1998 committed Nov 25, 2021
1 parent 43271c9 commit ebdb092
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ imbalanced-ensemble requires following dependencies:
- [pandas](https://pandas.pydata.org/) (>=1.1.3)
- [scipy](https://www.scipy.org/) (>=0.19.1)
- [joblib](https://pypi.org/project/joblib/) (>=0.11)
- [scikit-learn](https://scikit-learn.org/stable/) (>=0.24)
- [scikit-learn](https://scikit-learn.org/stable/) (>=1.0.0)
- [matplotlib](https://matplotlib.org/) (>=3.3.2)
- [seaborn](https://seaborn.pydata.org/) (>=0.11.0)
- [tqdm](https://tqdm.github.io/) (>=4.50.2)
Expand Down
2 changes: 1 addition & 1 deletion imbalanced_ensemble/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = "0.1.5"
__version__ = "0.1.6"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"scipy>=0.19.1",
"pandas>=1.1.3"
"joblib>=0.11",
"scikit-learn>=0.24",
"scikit-learn>=1.0",
"matplotlib>=3.3.2",
"seaborn>=0.11.0",
"tqdm>=4.50.2",
Expand All @@ -84,6 +84,7 @@
"sphinx-gallery",
"numpydoc",
"pydata-sphinx-theme",
"sphinx_rtd_theme",
"sphinxcontrib-bibtex",
],
}
Expand Down

0 comments on commit ebdb092

Please sign in to comment.