Skip to content

Commit

Permalink
fix: use scikit-learn, not sklearn, as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Nov 29, 2023
1 parent 371d474 commit dc78b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ requires = [
"wheel",
"pybind11>=2.6.0",
"scipy",
"sklearn",
"scikit-learn",
"numpy"
]

0 comments on commit dc78b49

Please sign in to comment.