Skip to content

Commit

Permalink
Merge pull request #143 from nestormh/fix_sklearn_issue
Browse files Browse the repository at this point in the history
Fix issue: The 'sklearn' PyPI package is deprecated, use 'scikit-learn'
  • Loading branch information
anatolyilinleap authored May 4, 2023
2 parents ab199f0 + d0e12c5 commit b84f72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/python
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dateparser
catalogue

# For scrubadub.comparison
sklearn
scikit-learn

typing_extensions
faker

1 comment on commit b84f72a

@Knight1997
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please fix the build issue and release the latest commit.

Please sign in to comment.