Fix document build with scikit-learn (#7684)

* Require sphinx >= 4.4 for RTD.

* Install sklearn.
This commit is contained in:
Jiaming Yuan 2022-02-22 08:58:54 +08:00 committed by GitHub
parent e56d1779e1
commit 584bae1fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
sphinx>=4.2.0 sphinx>=4.4.0
mock mock
sphinx_rtd_theme>=1.0.0 sphinx_rtd_theme>=1.0.0
breathe breathe
scikit-learn
sh>=1.12.14 sh>=1.12.14
matplotlib>=2.1 matplotlib>=2.1
graphviz graphviz