Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixedissue #721: Changed the dependencies PIL and sklearn to pillow a…
…nd scikit-learn respectively
  • Loading branch information
Anudeep007-hub committed Jul 21, 2025
commit 8c26ac06c3b453e13da69bf5f35e5cda84259f10
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"opencv-python",
"pandas",
"torchvision>=0.4.2",
"PIL",
"sklearn",
"pillow",
"scikit-learn",
"tensorboard",
"fairscale",
],
Expand Down