Skip to content

Commit

Permalink
put a ceiling on scikit-learn in docs environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 2, 2023
1 parent 76b3b16 commit 69a728a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dependencies:
- r-pkgdown=1.6.1
- r-rmarkdown=2.11
- r-roxygen2=7.2.1
- scikit-learn
# scikit-learn pin can hopefully be changed to a floor after
# https://github.com/scikit-learn/scikit-learn/pull/26747
- scikit-learn<1.3.0
- sphinx
- "sphinx_rtd_theme>=0.5"

0 comments on commit 69a728a

Please sign in to comment.