Spaces:
Runtime error
Runtime error
# -------- data & version locks ----------- | |
# Drop heavy DVC stack, switch to DagsHub CLI for downloads | |
dagshub==0.3.34 # CLI + streaming support | |
pathspec==0.9.0 | |
# -------- deep-learning stack ------------ | |
fastai==2.7.14 # works with torch < 2.3 | |
torch==2.2.2 | |
torchvision==0.17.2 | |
# -------- scientific deps ---------------- | |
# PyTorch 2.2 + SciPy 1.15 require NumPy < 2.0 | |
numpy==1.26.4 | |