Skip to content

Commit

Permalink
fix: deprecated sklearn name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariush Wahdany committed Dec 13, 2023
1 parent 0a44bc3 commit ade6976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.0.1"
dependencies = [
"numpy",
"torch"
"sklearn",
"scikit-learn",
]
requires-python = ">=3.8"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy
torch
sklearn
scikit-learn

0 comments on commit ade6976

Please sign in to comment.