Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
-
#
|
| 2 |
-
dvc[all]==1.11.16
|
| 3 |
-
#
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|