Skip to content

Commit 24e4980

Browse files
authored
Merge pull request #303 from python-adaptive/fix-docs-build-failure
fix docs build
2 parents b4475d7 + 70a9fa9 commit 24e4980

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

docs/environment.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ channels:
55

66
dependencies:
77
- python
8-
- sortedcollections=1.2.1
8+
- sortedcollections=2.1.0
99
- scikit-optimize=0.8.1
10-
- scikit-learn=0.23.2
11-
- scipy=1.5.2
10+
- scikit-learn=0.24.1
11+
- scipy=1.6.1
1212
- holoviews=1.13.3
1313
- bokeh=2.2.1
14-
- plotly=4.10.0
15-
- ipywidgets=7.5.1
14+
- plotly=4.14.3
15+
- ipywidgets=7.6.3
1616
- jupyter_sphinx=0.3.1
1717
- atomicwrites=1.4.0
1818
- sphinx_fontawesome=0.0.6
19-
- sphinx=3.2.1
19+
- sphinx=3.5.2
2020
- m2r2=0.2.7
21-
- pip:
22-
- sphinx_rtd_theme
21+
- sphinx_rtd_theme=0.5.1

0 commit comments

Comments
 (0)