Browse code

pin scikit-learn <=0.23.1 in environment.yml files

Bas Nijholt authored on 07/08/2020 13:55:47
Showing 2 changed files
... ...
@@ -7,6 +7,7 @@ dependencies:
7 7
   - python
8 8
   - sortedcollections
9 9
   - scikit-optimize
10
+  - scikit-learn <=0.23.1  # because of https://github.com/scikit-optimize/scikit-optimize/issues/931, remove dep when fixed
10 11
   - scipy
11 12
   - holoviews
12 13
   - bokeh
... ...
@@ -16,5 +16,6 @@ dependencies:
16 16
   - jupyter_client>=5.2.2
17 17
   - ipywidgets
18 18
   - scikit-optimize
19
+  - scikit-learn <=0.23.1  # because of https://github.com/scikit-optimize/scikit-optimize/issues/931, remove dep when fixed
19 20
   - plotly
20 21
   - atomicwrites