Skip to content
Snippets Groups Projects
Commit 3713e301 authored by Vincent POLLET's avatar Vincent POLLET
Browse files

Remove scikit-image dependency. No longer needed since stereo filters moved to bob.ip.stereo

parent ca011df0
Branches
Tags
1 merge request!17Remove stereo related code
Pipeline #47656 passed
......@@ -13,7 +13,6 @@ This module implements several StreamFilters for image processing. The following
import numpy as np
from skimage import transform
import cv2 as cv
from bob.io.image.utils import opencvbgr_to_bob
......
......@@ -27,7 +27,6 @@ requirements:
- setuptools {{ setuptools }}
- numpy {{ numpy }}
- scipy {{ scipy }}
- scikit-image {{ scikit_image }}
- opencv {{ opencv }}
- bob.extension
- bob.io.base
......
setuptools
numpy
scipy
scikit-image
# opencv We need opencv, but the opencv package is broken and can't be installed with pip. Install it with conda.
bob.io.base
bob.io.image
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment