fix: idempotent setup (skip env if exists), trim requirements.txt
This commit is contained in:
+6
-5
@@ -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
|
||||
Reference in New Issue
Block a user