forked from scikit-image/scikit-image
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
70 lines (70 loc) · 1.28 KB
/
environment.yml
File metadata and controls
70 lines (70 loc) · 1.28 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: skimage-dev
channels:
- conda-forge
dependencies:
# base
- numpy>=1.24
- scipy>=1.11.4
- networkx>=3.0
- pillow>=10.1
- imageio>=2.33,!=2.35.0
- tifffile>=2022.8.12
- packaging>=21
- lazy-loader>=0.4
# build
- meson-python>=0.16
- ninja>=1.11.1.1
- Cython>=3.0.8,!=3.2.0b1
- pythran>=0.16
- numpy>=2.0
- spin==0.13
- python-build>=1.2.1
# data
- pooch>=1.6.0
# developer
- pre-commit
- ipython
- docstub==0.3.0.post0
# asv
- asv
# docs
- sphinx>=8.0
- sphinx-gallery>=0.18
- numpydoc>=1.7
- sphinx-copybutton
- matplotlib-base>=3.7
- dask>=2023.2.0
- pandas>=2.0
- seaborn>=0.11
- pooch>=1.6
- tifffile>=2022.8.12
- myst-parser
- intersphinx-registry>=0.2411.14
- ipywidgets
- ipykernel
- plotly>=5.20
- python-kaleido==0.2.1
- scikit-learn>=1.2
- sphinx-design>=0.5
- pydata-sphinx-theme>=0.16
- PyWavelets>=1.6
- pytest-doctestplus>=1.6.0
# optional
- SimpleITK
- scikit-learn>=1.2
- pyamg>=5.2
# optional_free_threaded
- astropy-base>=6.0
- dask>=2023.2.0
- matplotlib-base>=3.7
- pooch>=1.6.0
- PyWavelets>=1.6
# test
- numpydoc>=1.7
- pooch>=1.6.0
- pytest>=8.3
- pytest-cov>=2.11.0
- pytest-pretty
- pytest-localserver
- pytest-faulthandler
- pytest-doctestplus>=1.6.0