Skip to content

Commit

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

0 comments on commit 0a44bc3

Please sign in to comment.