Skip to content

Commit

Permalink
add mockimport sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
KindXiaoming committed Apr 29, 2024
1 parent b5a3842 commit 9f82552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
pip3 install -U sphinx
pip3 install sphinx-rtd-theme
pip3 install scikit-learn
- name: Build docs
run: |
Expand Down
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def setup(app):
"matplotlib.pyplot",
"tqdm",
"sympy",
"scikit-learn",
"sklearn.linear_model",
"torch.optim"]


Expand Down

0 comments on commit 9f82552

Please sign in to comment.