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

bugfix: add h5py dependency at run-time too

parent e4230fc8
Branches
No related tags found
1 merge request!22Draft: Implements metadata handling for bob.io.stream.Stream and bob.io.stream.StreamFile
Pipeline #59155 failed
...@@ -35,6 +35,7 @@ requirements: ...@@ -35,6 +35,7 @@ requirements:
run: run:
- python - python
- setuptools - setuptools
- {{ pin_compatible('h5py') }}
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }} - {{ pin_compatible('scipy') }}
- {{ pin_compatible('opencv') }} - {{ pin_compatible('opencv') }}
......
setuptools setuptools
h5py
numpy numpy
scipy scipy
# 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment