Skip to content
Snippets Groups Projects
Commit d83ad159 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[requirements] Add h5py

parent fecf22bc
Branches
Tags
2 merge requests!42GMM implementation in Python,!40Transition to a pure python implementation
Pipeline #56360 passed
...@@ -44,6 +44,7 @@ requirements: ...@@ -44,6 +44,7 @@ requirements:
- numpy {{ numpy }} - numpy {{ numpy }}
- dask {{ dask }} - dask {{ dask }}
- dask-ml {{ dask_ml }} - dask-ml {{ dask_ml }}
- h5py {{ h5py }}
run: run:
- python - python
- setuptools - setuptools
......
...@@ -9,3 +9,4 @@ bob.learn.activation ...@@ -9,3 +9,4 @@ bob.learn.activation
bob.learn.linear bob.learn.linear
dask dask
dask-ml dask-ml
h5py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment