Skip to content
Snippets Groups Projects
Commit 1339c9f6 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

pin scikit-learn to the next minor version

parent 790b82ec
No related branches found
No related tags found
1 merge request!61pin scikit-learn to the next minor version
Pipeline #61269 passed
...@@ -31,6 +31,7 @@ requirements: ...@@ -31,6 +31,7 @@ requirements:
- dask-ml {{ dask_ml }} - dask-ml {{ dask_ml }}
- h5py {{ h5py }} - h5py {{ h5py }}
- h5py >=3 - h5py >=3
- scikit-learn {{ scikit_learn }}
run: run:
- python - python
- setuptools - setuptools
...@@ -38,6 +39,9 @@ requirements: ...@@ -38,6 +39,9 @@ requirements:
- {{ pin_compatible('dask') }} - {{ pin_compatible('dask') }}
- {{ pin_compatible('dask-ml') }} - {{ pin_compatible('dask-ml') }}
- {{ pin_compatible('h5py') }} - {{ pin_compatible('h5py') }}
# scikit-learn keeps breaking API in minor versions, so we pin to the
# next minor version
- {{ pin_compatible('scikit-learn', max_pin='x.x') }}
test: test:
imports: imports:
......
...@@ -3,3 +3,4 @@ bob.extension ...@@ -3,3 +3,4 @@ bob.extension
dask dask
dask-ml dask-ml
h5py >= 3 h5py >= 3
scikit-learn
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment