Skip to content

Commit

Permalink
[easy] Update requirements (#1656)
Browse files Browse the repository at this point in the history
Test plan: travis
  • Loading branch information
Tony Tung authored Nov 18, 2019
1 parent 776f48d commit 38d738f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions REQUIREMENTS-STRICT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ appnope==0.1.0
attrs==19.3.0
backcall==0.1.0
bleach==3.1.0
boto3==1.10.13
botocore==1.13.13
boto3==1.10.19
botocore==1.13.19
certifi==2019.9.11
chardet==3.0.4
Click==7.0
Expand All @@ -26,7 +26,7 @@ jedi==0.15.1
Jinja2==2.10.3
jmespath==0.9.4
joblib==0.14.0
jsonschema==3.1.1
jsonschema==3.2.0
jupyter-client==5.3.4
jupyter-core==4.6.1
kiwisolver==1.1.0
Expand All @@ -39,7 +39,7 @@ nbconvert==5.6.1
nbformat==4.4.0
networkx==2.4
notebook==6.0.2
numpy==1.17.3
numpy==1.17.4
packaging==19.2
pandas==0.25.3
pandocfilters==1.4.2
Expand All @@ -51,32 +51,32 @@ prometheus-client==0.7.1
prompt-toolkit==2.0.10
ptyprocess==0.6.0
Pygments==2.4.2
pyparsing==2.4.4
pyparsing==2.4.5
pyrsistent==0.15.5
python-dateutil==2.8.0
pytz==2019.3
PyWavelets==1.1.1
PyYAML==5.1.2
pyzmq==18.1.0
pyzmq==18.1.1
regional==1.1.2
requests==2.22.0
s3transfer==0.2.1
scikit-image==0.15.0
scikit-learn==0.21.3
scipy==1.3.1
scipy==1.3.2
semantic-version==2.8.2
Send2Trash==1.5.0
showit==1.1.4
six==1.13.0
slicedimage==4.1.0
sympy==1.4
terminado==0.8.2
terminado==0.8.3
testpath==0.4.4
tornado==6.0.3
tqdm==4.37.0
tqdm==4.38.0
trackpy==0.4.2
traitlets==4.3.3
urllib3==1.25.6
urllib3==1.25.7
validators==0.14.0
wcwidth==0.1.7
webencodings==0.5.1
Expand Down
20 changes: 10 additions & 10 deletions starfish/REQUIREMENTS-STRICT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ appnope==0.1.0
attrs==19.3.0
backcall==0.1.0
bleach==3.1.0
boto3==1.10.13
botocore==1.13.13
boto3==1.10.19
botocore==1.13.19
certifi==2019.9.11
chardet==3.0.4
Click==7.0
Expand All @@ -26,7 +26,7 @@ jedi==0.15.1
Jinja2==2.10.3
jmespath==0.9.4
joblib==0.14.0
jsonschema==3.1.1
jsonschema==3.2.0
jupyter-client==5.3.4
jupyter-core==4.6.1
kiwisolver==1.1.0
Expand All @@ -39,7 +39,7 @@ nbconvert==5.6.1
nbformat==4.4.0
networkx==2.4
notebook==6.0.2
numpy==1.17.3
numpy==1.17.4
packaging==19.2
pandas==0.25.3
pandocfilters==1.4.2
Expand All @@ -51,32 +51,32 @@ prometheus-client==0.7.1
prompt-toolkit==2.0.10
ptyprocess==0.6.0
Pygments==2.4.2
pyparsing==2.4.4
pyparsing==2.4.5
pyrsistent==0.15.5
python-dateutil==2.8.0
pytz==2019.3
PyWavelets==1.1.1
PyYAML==5.1.2
pyzmq==18.1.0
pyzmq==18.1.1
regional==1.1.2
requests==2.22.0
s3transfer==0.2.1
scikit-image==0.15.0
scikit-learn==0.21.3
scipy==1.3.1
scipy==1.3.2
semantic-version==2.8.2
Send2Trash==1.5.0
showit==1.1.4
six==1.13.0
slicedimage==4.1.0
sympy==1.4
terminado==0.8.2
terminado==0.8.3
testpath==0.4.4
tornado==6.0.3
tqdm==4.37.0
tqdm==4.38.0
trackpy==0.4.2
traitlets==4.3.3
urllib3==1.25.6
urllib3==1.25.7
validators==0.14.0
wcwidth==0.1.7
webencodings==0.5.1
Expand Down

0 comments on commit 38d738f

Please sign in to comment.