Skip to content

Commit

Permalink
Remove all dependency on torch and torchvision
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgarthur committed Jan 1, 2025
1 parent 36f02be commit 1d1cd01
Show file tree
Hide file tree
Showing 5 changed files with 6,244 additions and 19 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
fiftyone==1.2.0
jupyter==1.1.1
onnx==1.17.0
torch==2.5.1
torch==2.5.1
torchvision==0.20.1
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ opencv-python==4.10.0.84
PyMuPDF==1.25.1
PyYAML==6.0.2
scipy==1.14.1
PySide6==6.8.1
torchvision==0.20.1
PySide6==6.8.1
Loading

0 comments on commit 1d1cd01

Please sign in to comment.