kingabzpro commited on
Commit
3523d9c
·
verified ·
1 Parent(s): b354904

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -7
requirements.txt CHANGED
@@ -1,8 +1,12 @@
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
 
 
 
 
 
1
+ # -------- data & version locks -----------
2
+ dvc[all]==1.11.16
3
+ pathspec==0.9.0
4
 
5
+ # -------- deep-learning stack ------------
6
+ fastai==2.7.14 # torch < 2.3
7
+ torch==2.2.2
8
+ torchvision==0.17.2
9
+
10
+ # -------- scientific deps ----------------
11
+ # PyTorch 2.2 + SciPy 1.15 want NumPy < 2.0
12
+ numpy==1.26.4 # stable, widely used