kingabzpro commited on
Commit
2dc2aba
·
verified ·
1 Parent(s): 6b66fa4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- # DVC on the old 1.x schema
2
- dvc[all]==1.11.16 # 1.11.16 is the newest wheel that exists
3
- # Pathspec before the breaking change
4
- pathspec==0.9.0 # anything <0.10 works
5
- fastai
6
- torch
 
 
 
 
1
+ # --- Data & version-lock section ------------------------------------
2
+ dvc[all]==1.11.16 # last 1.x wheel (works with old lock schema)
3
+ pathspec==0.9.0 # <0.10 avoids the regex crash
4
+
5
+ # --- Deep-learning stack --------------------------------------------
6
+ # pin fastai to the Torch/Lion release it was tested with
7
+ fastai==2.7.14 # latest fastai that officially supports Torch ≤2.5
8
+ torch==2.5.2
9
+ torchvision==0.18.2 # built against Torch 2.5.x