File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ numpy==1.14.0
4
4
scipy == 1.0.0
5
5
clint == 0.5.1
6
6
google-cloud-storage == 1.2.0
7
- # requests should be before dulwich to avoid urllib3 version conflict
7
+ # dulwich does not specify an upper version constraint for urllib3 and we may end up with a conflict otherwise
8
+ urllib3 < 1.25
8
9
requests == 2.21.0
9
10
dulwich == 0.19.11
10
11
jinja2 == 2.10.1
Original file line number Diff line number Diff line change 31
31
"scipy>=1.0,<2.0" ,
32
32
"clint>=0.5.0,<0.6" ,
33
33
"google-cloud-storage>=1.2,<=1.2.0" ,
34
- # requests should be before dulwich to avoid urllib3 version conflict
34
+ # dulwich does not specify an upper version constraint for urllib3
35
+ # so we may end up with a conflict otherwise
36
+ "urllib3<1.25" ,
35
37
"requests>=2.0,<3.0" ,
36
38
"dulwich>=0.19,<1.0" ,
37
39
"jinja2>=2.10.1,<3.0" ,
You can’t perform that action at this time.
0 commit comments