kingabzpro commited on
Commit
b354904
·
verified ·
1 Parent(s): 5f5b5bd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- # --- Data & version-lock section ------------------------------------
2
- dvc[all]==1.11.16
3
- pathspec==0.9.0
4
 
5
- # --- Deep-learning stack --------------------------------------------
6
- fastai==2.7.14 # last fastai built for Torch ≤2.5
7
- torch==2.5.1 # newest 2.5.x wheel actually published
8
- torchvision==0.18.1 # companion build for Torch 2.5.1
 
1
+ # ---------------- version locks -----------------
2
+ dvc[all]==1.11.16 # old-schema DVC
3
+ pathspec==0.9.0 # avoids regex crash in DVC 1.x
4
 
5
+ # ---------------- deep-learning stack ------------
6
+ fastai==2.7.14 # last fastai tested on ≤2.2
7
+ torch==2.2.2 # latest 2.2 wheel on PyPI
8
+ torchvision==0.17.2 # companion build for torch 2.2.2