Move torchvision to the torch extra (#297)

This commit is contained in:
Alex Bason 2025-01-24 08:31:10 -05:00 committed by GitHub
parent 2a2b76487b
commit 73621c9cd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,12 +20,12 @@ dependencies = [
"pillow>=11.0.0", "pillow>=11.0.0",
"markdownify>=0.14.1", "markdownify>=0.14.1",
"duckduckgo-search>=6.3.7", "duckduckgo-search>=6.3.7",
"torchvision"
] ]
[project.optional-dependencies] [project.optional-dependencies]
torch = [ torch = [
"torch", "torch",
"torchvision",
] ]
audio = [ audio = [
"soundfile", "soundfile",