Skip to content

Commit

Permalink
fix(validator): include scikit-learn in dependencies (#1820)
Browse files Browse the repository at this point in the history
This commit adds the missing scikit-learn dependency to the validator
as pip install fails currently due to missing dependency.

Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 authored Oct 23, 2024
1 parent 4c71f07 commit eff2086
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions e2e/tools/validator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ dependencies = [
"click",
"paramiko",
"prometheus-api-client",
"pyyaml",
"numpy",
"pandas",
"matplotlib",
"pyyaml",
"numpy",
"pandas",
"matplotlib",
"scikit-learn",
]

[project.scripts]
Expand Down

0 comments on commit eff2086

Please sign in to comment.