kingabzpro commited on
Commit
6b66fa4
·
verified ·
1 Parent(s): 79660bc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -1,3 +1,6 @@
1
- dvc[all]==1.11.16
 
 
 
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