mirror of https://github.com/pyodide/pyodide.git
24 lines
482 B
YAML
24 lines
482 B
YAML
package:
|
|
name: scikit-image
|
|
version: 0.15.0
|
|
source:
|
|
patches:
|
|
- patches/no-openmp.patch
|
|
- patches/unwrap.patch
|
|
- patches/preferred_plugins.patch
|
|
sha256: 312dc7c49e3abdb90a42967fcf6129f0c9a45bd65f74b0cd3591390929b31a70
|
|
url: https://github.com/scikit-image/scikit-image/archive/refs/tags/v0.15.0.tar.gz
|
|
requirements:
|
|
run:
|
|
- distutils
|
|
- numpy
|
|
- scipy
|
|
- matplotlib
|
|
- networkx
|
|
- pillow
|
|
- imageio
|
|
- pywavelets
|
|
test:
|
|
imports:
|
|
- skimage
|