File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,17 @@ History
77~~~~~~~~~~~~~~~~~~
88
99* Adding testing for Python 3.10, 3.11, move default version to Python 3.10.
10- * Remove "sklearn" from requirements #234
1110* Tox testing: No module named 'sklearn.manifold'; 'sklearn' is not a package.
1211 * Rename sklearn.py to lda_model.py.
1312* Update sklearn.py #239.
1413* fixes error of get_feature_names removal #235.
14+ * Remove "sklearn" from requirements #234
1515* Bump joblib from 1.0.1 to 1.2.0 dependencies #231.
1616* Fixing for small number of topics #229.
1717* Bump numpy from 1.20.1 to 1.22.0 dependenciesv #227.
1818* License correction #224.
1919* Fix background color in Notebooks with dark themes #222.
20+ * Start building Wheels alongside sdist #221
2021
21223.3.1 (2021-03-24)
2223~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ joblib>=1.2.0
55jinja2
66numexpr
77funcy
8- sklearn
9- scikit-learn
8+ scikit-learn >= 1.0.0
109gensim
11- setuptools
10+ setuptools
You can’t perform that action at this time.
0 commit comments