Skip to content

Commit

Permalink
Attempting build fix by including torchvision in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mtauraso committed Aug 24, 2024
1 parent 02d56fb commit 3bffb95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies = [
"astropy", # Used to load fits files of sources to query HSC cutout server
"toml", # Used to load configuration files as dictionaries
"torch", # Used for CNN model and in train.py
"torchvision", # Used in data loader and example autoencoder
]

[project.scripts]
Expand Down

0 comments on commit 3bffb95

Please sign in to comment.