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

Set minimal version of h5py to v3

parent 74b56e50
No related branches found
No related tags found
1 merge request!45Support h5py v3
Pipeline #58470 passed
...@@ -34,7 +34,7 @@ requirements: ...@@ -34,7 +34,7 @@ requirements:
- numpy {{ numpy }} - numpy {{ numpy }}
- dask {{ dask }} - dask {{ dask }}
- dask-ml {{ dask_ml }} - dask-ml {{ dask_ml }}
- h5py {{ h5py }} - h5py >=3
run: run:
- python - python
- setuptools - setuptools
......
...@@ -6,4 +6,4 @@ bob.learn.activation ...@@ -6,4 +6,4 @@ bob.learn.activation
bob.learn.linear bob.learn.linear
dask dask
dask-ml dask-ml
h5py h5py >= 3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment