Sports_Classifier / requirements.txt
sks01dev's picture
πŸš€ Auto-deploy: added latest model & app
bc8d6ff
raw
history blame
356 Bytes
# Locked FastAI version to avoid TypeError (2.7.x series is stable)
fastai==2.7.12
# Locking PyTorch/Torchvision to versions compatible with FastAI 2.7.x
torch<2.2
torchvision<0.16
# CRITICAL FIX: Lock NumPy to a 1.x version to avoid "Failed to initialize NumPy" and related conflicts.
numpy<2.0
gradio
cloudpickle
ddgs
primp
fasttransform
scikit-image