Skip to content

Commit

Permalink
CHORE: fix sklearn version in documentation requirements to avoid a b…
Browse files Browse the repository at this point in the history
…ug with latest sklearn version
  • Loading branch information
Valentin-Laurent committed Dec 17, 2024
1 parent 662adad commit 8e9cf02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- numpydoc=1.1.0
- pandas=1.3.5
- python=3.10
- scikit-learn
- scikit-learn=1.5.2
- sphinx=5.3.0
- sphinx-gallery=0.10.1
- sphinx_rtd_theme=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ matplotlib==3.5.1
numpy==1.22.3
numpydoc==1.1.0
pandas==1.3.5
scikit-learn
scikit-learn==1.5.2
sphinx==5.3.0
sphinx-gallery==0.10.1
sphinx_rtd_theme==1.0.0
Expand Down

0 comments on commit 8e9cf02

Please sign in to comment.