Skip to content

Conversation

Anudeep007-hub
Copy link

@Anudeep007-hub Anudeep007-hub commented Jul 21, 2025

Summary

This PR fixes issue #721 by replacing deprecated packages that break installation:

  • Replaced sklearn with scikit-learn (as sklearn is a dummy shim package and deprecated on PyPI)
  • Replaced PIL with Pillow, which is the maintained fork

Checklist

  • Forked from master
  • Fixed dependency references in setup.py, requirements.txt
  • Tested pip install -e .
  • Linted with flake8
  • No test failures/regressions

CLA

I have read and signed the Facebook CLA

Fixes #721

…earn to pillow and scikit-learn respectively
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 21, 2025
@Anudeep007-hub
Copy link
Author

This PR resolves issue #721 by replacing deprecated dependencies. All tests passed. Please let me know if any changes are needed. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated dependencies
1 participant