Skip to content

Commit f0e0bca

Browse files
committed
pin scikit-learn <=0.23.1 in environment.yml files
1 parent 250013a commit f0e0bca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- python
88
- sortedcollections
99
- scikit-optimize
10+
- scikit-learn <=0.23.1 # because of https://github.com/scikit-optimize/scikit-optimize/issues/931, remove dep when fixed
1011
- scipy
1112
- holoviews
1213
- bokeh

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ dependencies:
1616
- jupyter_client>=5.2.2
1717
- ipywidgets
1818
- scikit-optimize
19+
- scikit-learn <=0.23.1 # because of https://github.com/scikit-optimize/scikit-optimize/issues/931, remove dep when fixed
1920
- plotly
2021
- atomicwrites

0 commit comments

Comments
 (0)