We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250013a commit f0e0bcaCopy full SHA for f0e0bca
docs/environment.yml
@@ -7,6 +7,7 @@ dependencies:
7
- python
8
- sortedcollections
9
- scikit-optimize
10
+ - scikit-learn <=0.23.1 # because of https://github.com/scikit-optimize/scikit-optimize/issues/931, remove dep when fixed
11
- scipy
12
- holoviews
13
- bokeh
environment.yml
@@ -16,5 +16,6 @@ dependencies:
16
- jupyter_client>=5.2.2
17
- ipywidgets
18
19
20
- plotly
21
- atomicwrites
0 commit comments