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

Merge branch 'update2' into 'master'

Updates

See merge request !16
parents 9b87fb00 32056806
Branches
Tags
1 merge request!16Updates
Pipeline #38415 failed
......@@ -91,7 +91,7 @@ def estimator_dask_it(
)
# Tagging each element in a pipeline
if isinstance(o, Pipeline) and mix_for_each_step_in_pipelines:
if isinstance(o, Pipeline):
# Tagging each element for fitting and transforming
if fit_tag is not None:
......
......@@ -31,7 +31,7 @@ requirements:
- dask-jobqueue
- numpy {{ numpy }}
- h5py
- scikit-learn
- scikit-learn >-= 0.22
run:
- python
- setuptools
......
......@@ -2,6 +2,6 @@ setuptools
numpy
bob.extension
bob.io.base
scikit-learn
scikit-learn >= 0.22
dask
dask-jobqueue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment