Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
| 2 |
fastai
|
| 3 |
torch
|
|
|
|
| 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
|