Use scikit-learn, not sklearn, in requirements.txt (#1974)

This commit is contained in:
Benjamin Bossan 2022-01-10 09:56:34 +01:00 committed by GitHub
parent b7041941df
commit 00dc30ae54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ tqdm
requests
# Scipy & sklearn for stats in run_classifier
scipy>=1.3.2
sklearn
scikit-learn>=1.0.0
# Metrics or logging related
seqeval
mlflow<=1.13.1