fix: idempotent setup (skip env if exists), trim requirements.txt

This commit is contained in:
Kareem Horstink
2026-08-23 16:15:56 +00:00
parent 1b6c167480
commit 027788707e
3 changed files with 54 additions and 29 deletions
+6 -5
View File
@@ -1,12 +1,13 @@
# Photo Judgers — Requirements
# Install in conda env: pip install -r requirements.txt
#
# simple-aesthetics-predictor automatically installs torch + transformers.
# We avoid pinning torchvision/torchaudio here to prevent version mismatch
# with the torch that simple-aesthetics-predictor resolves. Pillow is needed
# for image loading; tqdm for progress bars.
# Core dependencies
simple-aesthetics-predictor
transformers
torch
torchvision
torchaudio
Pillow
tqdm
numpy
numpy