Skip to content

Commit

Permalink
Use scikit-learn, not sklearn, in requirements.txt (deepset-ai#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-klara committed Jan 10, 2022
1 parent b704194 commit 00dc30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00dc30a

Please sign in to comment.