mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-17 04:03:29 +00:00
Use scikit-learn, not sklearn, in requirements.txt (#1974)
This commit is contained in:
parent
b7041941df
commit
00dc30ae54
@ -11,7 +11,7 @@ tqdm
|
|||||||
requests
|
requests
|
||||||
# Scipy & sklearn for stats in run_classifier
|
# Scipy & sklearn for stats in run_classifier
|
||||||
scipy>=1.3.2
|
scipy>=1.3.2
|
||||||
sklearn
|
scikit-learn>=1.0.0
|
||||||
# Metrics or logging related
|
# Metrics or logging related
|
||||||
seqeval
|
seqeval
|
||||||
mlflow<=1.13.1
|
mlflow<=1.13.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user