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

Add explicit imageio dependency

parent 22401f52
No related tags found
1 merge request!22Draft: Implements metadata handling for bob.io.stream.Stream and bob.io.stream.StreamFile
Pipeline #60059 passed
...@@ -30,6 +30,7 @@ requirements: ...@@ -30,6 +30,7 @@ requirements:
- numpy {{ numpy }} - numpy {{ numpy }}
- scipy {{ scipy }} - scipy {{ scipy }}
- opencv {{ opencv }} - opencv {{ opencv }}
- imageio {{ imageio }}
- bob.io.image - bob.io.image
run: run:
- python - python
...@@ -38,6 +39,7 @@ requirements: ...@@ -38,6 +39,7 @@ requirements:
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }} - {{ pin_compatible('scipy') }}
- {{ pin_compatible('opencv') }} - {{ pin_compatible('opencv') }}
- {{ pin_compatible('imageio') }}
test: test:
imports: imports:
......
...@@ -3,4 +3,5 @@ numpy ...@@ -3,4 +3,5 @@ numpy
scipy scipy
h5py h5py
# opencv We need opencv, but the opencv package is broken and can't be installed with pip. Install it with conda. # opencv We need opencv, but the opencv package is broken and can't be installed with pip. Install it with conda.
bob.io.image imageio
\ No newline at end of file bob.io.image
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment