File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 2222# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323#
2424
25- __version__ = "0.1.5 "
25+ __version__ = "0.1.6 "
Original file line number Diff line number Diff line change 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" ,
8484 "sphinx-gallery" ,
8585 "numpydoc" ,
8686 "pydata-sphinx-theme" ,
87+ "sphinx_rtd_theme" ,
8788 "sphinxcontrib-bibtex" ,
8889 ],
8990}
You can’t perform that action at this time.
0 commit comments