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 4af50dc commit 26414fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
run: |
pip install -U sphinx
pip install sphinx-rtd-theme
pip install scipy==1.10.0
pip install scikit-learn==1.4.2
- name: Build docs
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def setup(app):
"matplotlib.pyplot",
"tqdm",
"sympy",
"scipy",
"sklean",
"sklearn.linear_model"
"torch.optim"]
Expand Down

0 comments on commit 26414fa

Please sign in to comment.