Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
#
|
2 |
-
dvc[all]==1.11.16
|
3 |
-
pathspec==0.9.0
|
4 |
|
5 |
-
#
|
6 |
-
fastai==2.7.14
|
7 |
-
torch==2.
|
8 |
-
torchvision==0.
|
|
|
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
|