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

Merge branch 'fix-scikit-learn' into 'master'

pin scikit-learn to the next minor version

See merge request !61
parents 790b82ec 1339c9f6
No related branches found
No related tags found
1 merge request!61pin scikit-learn to the next minor version
Pipeline #61737 passed
......@@ -31,6 +31,7 @@ requirements:
- dask-ml {{ dask_ml }}
- h5py {{ h5py }}
- h5py >=3
- scikit-learn {{ scikit_learn }}
run:
- python
- setuptools
......@@ -38,6 +39,9 @@ requirements:
- {{ pin_compatible('dask') }}
- {{ pin_compatible('dask-ml') }}
- {{ 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:
imports:
......
......@@ -3,3 +3,4 @@ bob.extension
dask
dask-ml
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