Skip to content

Commit 4242e83

Browse files
CHORE: fix sklearn version in documentation requirements to avoid a bug with latest sklearn version (#568)
1 parent 662adad commit 4242e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- numpydoc=1.1.0
88
- pandas=1.3.5
99
- python=3.10
10-
- scikit-learn
10+
- scikit-learn=1.5.2
1111
- sphinx=5.3.0
1212
- sphinx-gallery=0.10.1
1313
- sphinx_rtd_theme=1.0.0

requirements.doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ matplotlib==3.5.1
33
numpy==1.22.3
44
numpydoc==1.1.0
55
pandas==1.3.5
6-
scikit-learn
6+
scikit-learn==1.5.2
77
sphinx==5.3.0
88
sphinx-gallery==0.10.1
99
sphinx_rtd_theme==1.0.0

0 commit comments

Comments
 (0)