sklearn is deprecated causing the pipeline to fail

This commit is contained in:
Luis Aleixo 2022-11-08 17:32:59 +01:00
parent b958ff634d
commit bd771d7214
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ scikit-learn==0.24.2
scipy==1.7.0
Send2Trash==1.7.1
six==1.16.0
sklearn==0.0
scikit-learn==0.0
sniffio==1.2.0
terminado==0.10.1
testpath==0.5.0

View file

@ -32,7 +32,7 @@ REQUIREMENTS: dict = {
'python-dateutil',
'retry',
'scipy',
'sklearn',
'scikit-learn',
'timezonefinder',
'tornado',
'types-retry',