File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- # Modelforge [ ![ docs on gitbook] ( https://img.shields.io/badge/docs-gitbook-brightgreen.svg )] ( https://docs.sourced.tech/modelforge/ ) [ ![ Build Status] ( https://travis-ci.org /src-d/modelforge.svg )] ( https://travis-ci.org /src-d/modelforge ) [ ![ codecov] ( https://codecov.io/github/src-d/modelforge/coverage.svg )] ( https://codecov.io/gh/src-d/modelforge ) [ ![ PyPI] ( https://img.shields.io/pypi/v/modelforge.svg )] ( https://pypi.python.org/pypi/modelforge )
1
+ # Modelforge [ ![ docs on gitbook] ( https://img.shields.io/badge/docs-gitbook-brightgreen.svg )] ( https://docs.sourced.tech/modelforge/ ) [ ![ Build Status] ( https://travis-ci.com /src-d/modelforge.svg )] ( https://travis-ci.com /src-d/modelforge ) [ ![ codecov] ( https://codecov.io/github/src-d/modelforge/coverage.svg )] ( https://codecov.io/gh/src-d/modelforge ) [ ![ PyPI] ( https://img.shields.io/pypi/v/modelforge.svg )] ( https://pypi.python.org/pypi/modelforge )
2
2
3
3
Modelforge is a foundation for sharing trained machine learning models. It is a set of command line
4
4
tools and a Python library. Modelforge maintains model files in a third-party remote storage service
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ 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
8
+ requests == 2.21.0
7
9
dulwich == 0.19.11
8
10
jinja2 == 2.10
9
11
humanize == 0.5.1
10
12
python-dateutil == 2.7.3
11
- requests == 2.21.0
12
13
pygtrie == 2.3
13
14
xxhash == 1.2.0
14
15
spdx == 2.5.0
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
35
+ "requests >=2.0,<3.0" ,
34
36
"dulwich>=0.19,<1.0" ,
35
37
"jinja2 >=2.0,<3.0" ,
36
38
"humanize>=0.5.0,<0.6" ,
37
39
"python-dateutil>=2.0,<3.0" ,
38
- "requests >=2.0,<3.0" ,
39
40
"typing;python_version<'3.5'" ,
40
41
"pygtrie>=1.0,<3.0" ,
41
42
"xxhash>=1.0,<2.0" ,
You can’t perform that action at this time.
0 commit comments