Skip to content

Commit

Permalink
conda-recipe: Require scikit-image
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarteberg committed Jun 13, 2018
1 parent bf8bd90 commit e3f5bb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ requirements:
- python >=2.7
- python {{PY_VER}}*
- numpy >=1.9,{{NPY_VER}}*

- scikit-image

run:
- boost 1.64.*
- jsoncpp 1.6.2
Expand All @@ -49,6 +50,7 @@ requirements:
- curl 7.59*
- python {{PY_VER}}*
- numpy {{NPY_VER}}*
- scikit-image

test:
# Python imports
Expand Down

0 comments on commit e3f5bb6

Please sign in to comment.