Skip to content

Commit

Permalink
change sklearn to scikit-learn in requirements.txt and setup.py; rela…
Browse files Browse the repository at this point in the history
…ted to #32
  • Loading branch information
afrendeiro committed May 10, 2023
1 parent a2f6bf8 commit 8a1ffc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pandas
numpy
nbformat
pyyaml
sklearn
scikit-learn
argparse
matplotlib
loompy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"numpy",
"nbformat",
"pyyaml",
"sklearn",
"scikit-learn",
"argparse",
"matplotlib",
"loompy",
Expand Down

0 comments on commit 8a1ffc1

Please sign in to comment.