Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
fixed deprecated pip install sklearn and made torchvision the cpu edition.
  • Loading branch information
kmheckel authored Jul 29, 2024
1 parent 13eccaf commit df72c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
extras = {
'loaders' : [
'tonic',
'torchvision',
'sklearn'
'torchvision==0.19.0+cpu',
'scikit-learn'
]
}

Expand Down

0 comments on commit df72c93

Please sign in to comment.