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