... | ... |
@@ -5,14 +5,14 @@ channels: |
5 | 5 |
|
6 | 6 |
dependencies: |
7 | 7 |
- python |
8 |
- - sortedcollections=2.2.2 |
|
8 |
+ - sortedcollections=1.2.1 |
|
9 | 9 |
- scikit-optimize=0.8.1 |
10 | 10 |
- scikit-learn=0.23.2 |
11 | 11 |
- scipy=1.5.2 |
12 | 12 |
- holoviews=1.13.3 |
13 |
- - bokeh=2.2.1= |
|
13 |
+ - bokeh=2.2.1 |
|
14 | 14 |
- plotly=4.10.0 |
15 |
- - ipywidget7.5.1 |
|
15 |
+ - ipywidgets=7.5.1 |
|
16 | 16 |
- jupyter_sphinx=0.3.1 |
17 | 17 |
- atomicwrites=1.4.0 |
18 | 18 |
- sphinx_fontawesome=0.0.6 |
... | ... |
@@ -5,18 +5,18 @@ channels: |
5 | 5 |
|
6 | 6 |
dependencies: |
7 | 7 |
- python |
8 |
- - sortedcollections |
|
9 |
- - scikit-optimize |
|
10 |
- - scikit-learn |
|
11 |
- - scipy |
|
12 |
- - holoviews |
|
13 |
- - bokeh |
|
14 |
- - plotly |
|
15 |
- - ipywidgets |
|
16 |
- - jupyter_sphinx |
|
17 |
- - atomicwrites |
|
18 |
- - sphinx_fontawesome |
|
19 |
- - sphinx |
|
20 |
- - m2r2 |
|
8 |
+ - sortedcollections=2.2.2 |
|
9 |
+ - scikit-optimize=0.8.1 |
|
10 |
+ - scikit-learn=0.23.2 |
|
11 |
+ - scipy=1.5.2 |
|
12 |
+ - holoviews=1.13.3 |
|
13 |
+ - bokeh=2.2.1= |
|
14 |
+ - plotly=4.10.0 |
|
15 |
+ - ipywidget7.5.1 |
|
16 |
+ - jupyter_sphinx=0.3.1 |
|
17 |
+ - atomicwrites=1.4.0 |
|
18 |
+ - sphinx_fontawesome=0.0.6 |
|
19 |
+ - sphinx=3.2.1 |
|
20 |
+ - m2r2=0.2.5 |
|
21 | 21 |
- pip: |
22 | 22 |
- sphinx_rtd_theme |
... | ... |
@@ -7,13 +7,13 @@ 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 |
+ - scikit-learn |
|
11 | 11 |
- scipy |
12 | 12 |
- holoviews |
13 | 13 |
- bokeh |
14 | 14 |
- plotly |
15 | 15 |
- ipywidgets |
16 |
- - jupyter_sphinx ==0.2.3 # because of https://github.com/jupyter/jupyter-sphinx/issues/126 |
|
16 |
+ - jupyter_sphinx |
|
17 | 17 |
- atomicwrites |
18 | 18 |
- sphinx_fontawesome |
19 | 19 |
- sphinx |
... | ... |
@@ -4,17 +4,18 @@ channels: |
4 | 4 |
- conda-forge |
5 | 5 |
|
6 | 6 |
dependencies: |
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 |
- - jupyter_sphinx=0.2.2 |
|
16 |
- - atomicwrites=1.3.0 |
|
17 |
- - pyviz_comms=0.7.2 |
|
7 |
+ - python |
|
8 |
+ - sortedcollections |
|
9 |
+ - scikit-optimize |
|
10 |
+ - scipy |
|
11 |
+ - holoviews |
|
12 |
+ - bokeh |
|
13 |
+ - plotly |
|
14 |
+ - ipywidgets |
|
15 |
+ - jupyter_sphinx |
|
16 |
+ - atomicwrites |
|
17 |
+ - sphinx_fontawesome |
|
18 |
+ - sphinx=2.4.4 # because https://github.com/miyakogi/m2r/pull/55 |
|
19 |
+ - m2r |
|
18 | 20 |
- pip: |
19 |
- - sphinx_fontawesome==0.0.6 |
|
20 |
- - m2r==0.2.1 |
|
21 |
+ - sphinx_rtd_theme |
HoloViews didn't have a strict pinning for it.
In the new version https://github.com/holoviz/pyviz_comms/blob/v0.7.2/pyviz_comms/__init__.py#L102
was removed, while holoviews=1.11.3 seems to depend on it.
... | ... |
@@ -12,9 +12,8 @@ dependencies: |
12 | 12 |
- bokeh=1.0.4 |
13 | 13 |
- plotly=3.9.0 |
14 | 14 |
- ipywidgets=7.4.2 |
15 |
- # - jupyter_sphinx=0.2.1 |
|
15 |
+ - jupyter_sphinx=0.2.2 |
|
16 | 16 |
- atomicwrites=1.3.0 |
17 | 17 |
- pip: |
18 |
- - git+https://github.com/jbweston/jupyter-sphinx.git@feature/disable-stderr # XXX: removed when merged in |
|
19 | 18 |
- sphinx_fontawesome==0.0.6 |
20 | 19 |
- m2r==0.2.1 |
... | ... |
@@ -12,7 +12,8 @@ dependencies: |
12 | 12 |
- bokeh=1.0.4 |
13 | 13 |
- plotly=3.9.0 |
14 | 14 |
- ipywidgets=7.4.2 |
15 |
- - jupyter_sphinx=0.2.0 |
|
15 |
+ # - jupyter_sphinx=0.2.1 |
|
16 | 16 |
- pip: |
17 |
+ - git+https://github.com/jbweston/jupyter-sphinx.git@feature/disable-stderr # XXX: removed when merged in |
|
17 | 18 |
- sphinx_fontawesome==0.0.6 |
18 | 19 |
- m2r==0.2.1 |
Right now, if a program crashes in the middle of saving, you lose
all your data.
Right now, if a program crashes in the middle of saving, you lose
all your data. This ensures that the old file is first moved, then
the new file is saved, and only then the old file is removed.
The documentation is broken once again.
Bas Nijholt authored on 10/05/2019 03:25:35 • GitHub committed on 10/05/2019 03:25:35... | ... |
@@ -1,18 +1,18 @@ |
1 | 1 |
name: adaptive |
2 | 2 |
|
3 | 3 |
channels: |
4 |
-- conda-forge |
|
4 |
+ - conda-forge |
|
5 | 5 |
|
6 | 6 |
dependencies: |
7 |
- - python=3.7 |
|
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 |
|
8 | 15 |
- pip: |
9 |
- - sortedcollections |
|
10 |
- - scipy |
|
11 |
- - holoviews==1.12* |
|
12 |
- - bokeh==1.1* |
|
13 |
- - plotly |
|
14 |
- - ipywidgets |
|
15 |
- - scikit-optimize |
|
16 | 16 |
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute |
17 |
- - sphinx_fontawesome |
|
18 |
- - m2r |
|
17 |
+ - sphinx_fontawesome==0.0.6 |
|
18 |
+ - m2r==0.2.1 |
... | ... |
@@ -4,16 +4,13 @@ channels: |
4 | 4 |
- conda-forge |
5 | 5 |
|
6 | 6 |
dependencies: |
7 |
- - python=3.6 |
|
7 |
+ - python=3.7 |
|
8 | 8 |
- pip: |
9 | 9 |
- sortedcollections |
10 | 10 |
- scipy |
11 |
- - holoviews==1.11 |
|
12 |
- - bokeh |
|
11 |
+ - holoviews==1.12* |
|
12 |
+ - bokeh==1.1* |
|
13 | 13 |
- plotly |
14 |
- - ipyparallel |
|
15 |
- - pandas # until https://github.com/ioam/holoviews/issues/3430 is fixed |
|
16 |
- - distributed |
|
17 | 14 |
- ipywidgets |
18 | 15 |
- scikit-optimize |
19 | 16 |
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute |
In the readthedocs.org settings we enabled to install the
repo code.
... | ... |
@@ -17,6 +17,5 @@ dependencies: |
17 | 17 |
- ipywidgets |
18 | 18 |
- scikit-optimize |
19 | 19 |
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute |
20 |
- - git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo |
|
21 | 20 |
- sphinx_fontawesome |
22 | 21 |
- m2r |
Currently, the plots aren't displayed on RTD.
Bas Nijholt authored on 25/01/2019 15:11:17... | ... |
@@ -6,19 +6,16 @@ channels: |
6 | 6 |
dependencies: |
7 | 7 |
- python=3.6 |
8 | 8 |
- pip: |
9 |
- - sortedcontainers |
|
9 |
+ - sortedcollections |
|
10 | 10 |
- scipy |
11 |
- - holoviews |
|
12 |
- - bokeh==0.13 |
|
11 |
+ - holoviews==1.11 |
|
12 |
+ - bokeh |
|
13 | 13 |
- plotly |
14 | 14 |
- ipyparallel |
15 |
+ - pandas # until https://github.com/ioam/holoviews/issues/3430 is fixed |
|
15 | 16 |
- distributed |
16 |
- - ipykernel>=4.8* |
|
17 |
- - jupyter_client>=5.2.2 |
|
18 | 17 |
- ipywidgets |
19 | 18 |
- scikit-optimize |
20 |
- - nbconvert>=5.4* # because my jupyter-sphinx branch depends on it |
|
21 |
- - sphinx_rtd_theme |
|
22 | 19 |
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute |
23 | 20 |
- git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo |
24 | 21 |
- sphinx_fontawesome |
Because it breaks the examples in the docs
Bas Nijholt authored on 25/10/2018 13:37:45and remove the code to find the complete author list from git because
our CI job will ensure that all the contributors will be included
in that file.
... | ... |
@@ -21,3 +21,4 @@ dependencies: |
21 | 21 |
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute |
22 | 22 |
- git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo |
23 | 23 |
- sphinx_fontawesome |
24 |
+ - m2r |
Related:
* https://github.com/rtfd/readthedocs.org/issues/4778
* https://docs.readthedocs.io/en/latest/guides/build-using-too-many-resources.html
... | ... |
@@ -5,18 +5,19 @@ channels: |
5 | 5 |
|
6 | 6 |
dependencies: |
7 | 7 |
- python=3.6 |
8 |
- - sortedcontainers |
|
9 |
- - scipy |
|
10 |
- - holoviews |
|
11 |
- - ipyparallel |
|
12 |
- - distributed |
|
13 |
- - ipykernel>=4.8* |
|
14 |
- - jupyter_client>=5.2.2 |
|
15 |
- - ipywidgets |
|
16 |
- - scikit-optimize |
|
17 |
- - nbconvert>=5.4* # because my jupyter-sphinx branch depends on it |
|
18 | 8 |
- pip: |
19 |
- - sphinx_rtd_theme |
|
20 |
- - git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute |
|
21 |
- - git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo |
|
22 |
- - sphinx_fontawesome |
|
9 |
+ - sortedcontainers |
|
10 |
+ - scipy |
|
11 |
+ - holoviews |
|
12 |
+ - bokeh |
|
13 |
+ - ipyparallel |
|
14 |
+ - distributed |
|
15 |
+ - ipykernel>=4.8* |
|
16 |
+ - jupyter_client>=5.2.2 |
|
17 |
+ - ipywidgets |
|
18 |
+ - scikit-optimize |
|
19 |
+ - nbconvert>=5.4* # because my jupyter-sphinx branch depends on it |
|
20 |
+ - sphinx_rtd_theme |
|
21 |
+ - git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute |
|
22 |
+ - git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo |
|
23 |
+ - sphinx_fontawesome |
... | ... |
@@ -19,3 +19,4 @@ dependencies: |
19 | 19 |
- sphinx_rtd_theme |
20 | 20 |
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute |
21 | 21 |
- git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo |
22 |
+ - sphinx_fontawesome |
... | ... |
@@ -14,6 +14,8 @@ dependencies: |
14 | 14 |
- jupyter_client>=5.2.2 |
15 | 15 |
- ipywidgets |
16 | 16 |
- scikit-optimize |
17 |
+ - nbconvert>=5.4* # because my jupyter-sphinx branch depends on it |
|
17 | 18 |
- pip: |
18 | 19 |
- sphinx_rtd_theme |
19 | 20 |
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute |
21 |
+ - git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+name: adaptive |
|
2 |
+ |
|
3 |
+channels: |
|
4 |
+- conda-forge |
|
5 |
+ |
|
6 |
+dependencies: |
|
7 |
+ - python=3.6 |
|
8 |
+ - sortedcontainers |
|
9 |
+ - scipy |
|
10 |
+ - holoviews |
|
11 |
+ - ipyparallel |
|
12 |
+ - distributed |
|
13 |
+ - ipykernel>=4.8* |
|
14 |
+ - jupyter_client>=5.2.2 |
|
15 |
+ - ipywidgets |
|
16 |
+ - pip: |
|
17 |
+ - sphinx_rtd_theme |
|
18 |
+ - recommonmark |