Skip to content

Commit

Permalink
Add upper and lower boud to setup.py within PATCH
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Oct 24, 2019
1 parent f33f0d4 commit fc8dab3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ redis==2.10.5
tornado==4.5.3
flatbuffers==1.10
tensorflow>=1.10.1,<1.14
Flask-OpenTracing==0.2.0
Pillow==6.0.0
jaeger-client==3.13.0
Flask-OpenTracing>=1.1.0,<1.2.0
opentracing>=2.2.0,<2.3.0
jaeger-client>=4.1.0,<4.2.0
grpcio-opentracing
Pillow==6.0.0
pyyaml
minio >= 4.0.9
google-cloud-storage >= 1.16.0
Expand Down
8 changes: 4 additions & 4 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"flatbuffers",
"protobuf",
"grpcio",
"Flask-OpenTracing==1.1.0",
"opentracing==2.2.0",
"jaeger-client==4.1.0",
"Flask-OpenTracing >= 1.1.0, < 1.2.0",
"opentracing >= 2.2.0, < 2.3.0",
"jaeger-client >= 4.1.0, < 4.2.0",
"grpcio-opentracing",
"pyyaml",
"gunicorn>=19.9.0",
"gunicorn >= 19.9.0",
"minio >= 4.0.9",
"google-cloud-storage >= 1.16.0",
"azure-storage-blob >= 2.0.1",
Expand Down

0 comments on commit fc8dab3

Please sign in to comment.