Spaces:
Runtime error
Runtime error
File size: 409 Bytes
3523d9c 72d5d5b e476789 2dc2aba 3523d9c 72d5d5b 3523d9c 72d5d5b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# -------- 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 |