Skip to content

Commit

Permalink
Setup: Use sklearn 1.3 as minimum dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianolorenti committed Feb 24, 2024
1 parent 27165a8 commit d0aee17
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 @@ -18,7 +18,7 @@ dependencies = [
"pandas >= 1.5",
"numpy >= 1.22",
"tqdm >= 4.56",
"scikit-learn >= 1.4.1",
"scikit-learn >= 1.3.2",
"emd >= 0.4",
"mmh3 >= 2.0",
"pyarrow >= 4",
Expand Down

0 comments on commit d0aee17

Please sign in to comment.