We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29f547 commit 7ccb583Copy full SHA for 7ccb583
docs/environment.yml
@@ -6,19 +6,16 @@ channels:
6
dependencies:
7
- python=3.6
8
- pip:
9
- - sortedcontainers
+ - sortedcollections
10
- scipy
11
- - holoviews
12
- - bokeh==0.13
+ - holoviews==1.11
+ - bokeh
13
- plotly
14
- ipyparallel
15
+ - pandas # until https://github.com/ioam/holoviews/issues/3430 is fixed
16
- distributed
- - ipykernel>=4.8*
17
- - jupyter_client>=5.2.2
18
- ipywidgets
19
- scikit-optimize
20
- - nbconvert>=5.4* # because my jupyter-sphinx branch depends on it
21
- - sphinx_rtd_theme
22
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute
23
- git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo
24
- sphinx_fontawesome
0 commit comments