savtadepth / requirements.txt
kingabzpro's picture
Update requirements.txt
72d5d5b verified
raw
history blame contribute delete
409 Bytes
# -------- 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