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 dd6d147 commit 7703a5eCopy full SHA for 7703a5e
docs/environment.yml
@@ -1,18 +1,18 @@
1
name: adaptive
2
3
channels:
4
-- conda-forge
+ - conda-forge
5
6
dependencies:
7
- - python=3.7
+ - python=3.7.3
8
+ - sortedcollections=1.1.2
9
+ - scikit-optimize=0.5.2
10
+ - scipy=1.2.1
11
+ - holoviews=1.11.3
12
+ - bokeh=1.0.4
13
+ - plotly=3.9.0
14
+ - ipywidgets=7.4.2
15
- pip:
- - sortedcollections
- - scipy
- - holoviews==1.12*
- - bokeh==1.1*
- - plotly
- - ipywidgets
- - scikit-optimize
16
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute
17
- - sphinx_fontawesome
18
- - m2r
+ - sphinx_fontawesome==0.0.6
+ - m2r==0.2.1
0 commit comments