Skip to content

Commit

Permalink
Fix requirements error
Browse files Browse the repository at this point in the history
  • Loading branch information
knifecake committed Jun 5, 2022
1 parent 73c37db commit b4f002a
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 @@ -8,4 +8,4 @@ networkx>=2.8
pandas>=1.4

# Estimators
sklearn >= 1.1
scikit-learn >= 1.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ install_requires =
scipy >= 1.8
networkx >= 2.8
pandas >= 1.4
sklearn >= 1.1
scikit-learn >= 1.1

0 comments on commit b4f002a

Please sign in to comment.