forked from dask/dask-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment-doc.yml
30 lines (28 loc) · 919 Bytes
/
environment-doc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: dask_image_doc_env
channels:
- conda-forge
dependencies:
- python=3.9.*
- pip==22.3
- jinja2<3.1
- dask==2024.4.1
- numpy==1.23.4
- scipy==1.9.2
- scikit-image==0.19.3
- pims==0.6.1
- slicerator==1.1.0
- pandas==2.0.0
- pip:
- build==1.2.1
- .. # install dask_image from this repository source
# FIXME: This workaround is required until we have sphinx>=5, as enabled by
# dask-sphinx-theme no longer pinning sphinx-book-theme==0.2.0. This is
# tracked in https://github.com/dask/dask-sphinx-theme/issues/68.
# Once sphinx>=5 is available, we can remove this workaround.
- dask-sphinx-theme>=3.0.0
- sphinx>=4.0.0
- sphinxcontrib-applehelp>=1.0.0,<1.0.7
- sphinxcontrib-devhelp>=1.0.0,<1.0.6
- sphinxcontrib-htmlhelp>=2.0.0,<2.0.5
- sphinxcontrib-serializinghtml>=1.1.0,<1.1.10
- sphinxcontrib-qthelp>=1.0.0,<1.0.7