Skip to content

Commit

Permalink
Update strict requiremnets (#1219)
Browse files Browse the repository at this point in the history
cronjob is complaining.

Test plan: travis
  • Loading branch information
ttung authored Apr 19, 2019
1 parent 7646ea7 commit e6f7fb3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions REQUIREMENTS-STRICT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chardet==3.0.4
Click==7.0
cycler==0.10.0
decorator==4.4.0
defusedxml==0.5.0
defusedxml==0.6.0
diskcache==3.1.1
entrypoints==0.3
idna==2.8
Expand All @@ -29,25 +29,25 @@ mistune==0.8.4
mpmath==1.1.0
nbconvert==5.4.1
nbformat==4.4.0
networkx==2.2
networkx==2.3
notebook==5.7.8
numpy==1.16.2
packaging==19.0
pandas==0.24.2
pandocfilters==1.4.2
parso==0.4.0
pexpect==4.6.0
pexpect==4.7.0
pickleshare==0.7.5
Pillow==6.0.0
prometheus-client==0.6.0
prompt-toolkit==2.0.9
ptyprocess==0.6.0
Pygments==2.3.1
pyparsing==2.3.1
pyparsing==2.4.0
pyrsistent==0.14.11
python-dateutil==2.8.0
pytz==2018.9
PyWavelets==1.0.2
pytz==2019.1
PyWavelets==1.0.3
PyYAML==5.1
pyzmq==18.0.1
regional==1.1.2
Expand All @@ -60,15 +60,15 @@ Send2Trash==1.5.0
showit==1.1.4
six==1.12.0
slicedimage==3.0.0
sympy==1.3
sympy==1.4
terminado==0.8.2
testpath==0.4.2
tornado==6.0.2
tqdm==4.31.1
trackpy==0.4.1
traitlets==4.3.2
urllib3==1.24.1
validators==0.12.4
urllib3==1.24.2
validators==0.12.5
wcwidth==0.1.7
webencodings==0.5.1
widgetsnbextension==3.4.2
Expand Down
18 changes: 9 additions & 9 deletions starfish/REQUIREMENTS-STRICT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chardet==3.0.4
Click==7.0
cycler==0.10.0
decorator==4.4.0
defusedxml==0.5.0
defusedxml==0.6.0
diskcache==3.1.1
entrypoints==0.3
idna==2.8
Expand All @@ -29,25 +29,25 @@ mistune==0.8.4
mpmath==1.1.0
nbconvert==5.4.1
nbformat==4.4.0
networkx==2.2
networkx==2.3
notebook==5.7.8
numpy==1.16.2
packaging==19.0
pandas==0.24.2
pandocfilters==1.4.2
parso==0.4.0
pexpect==4.6.0
pexpect==4.7.0
pickleshare==0.7.5
Pillow==6.0.0
prometheus-client==0.6.0
prompt-toolkit==2.0.9
ptyprocess==0.6.0
Pygments==2.3.1
pyparsing==2.3.1
pyparsing==2.4.0
pyrsistent==0.14.11
python-dateutil==2.8.0
pytz==2018.9
PyWavelets==1.0.2
pytz==2019.1
PyWavelets==1.0.3
PyYAML==5.1
pyzmq==18.0.1
regional==1.1.2
Expand All @@ -60,15 +60,15 @@ Send2Trash==1.5.0
showit==1.1.4
six==1.12.0
slicedimage==3.0.0
sympy==1.3
sympy==1.4
terminado==0.8.2
testpath==0.4.2
tornado==6.0.2
tqdm==4.31.1
trackpy==0.4.1
traitlets==4.3.2
urllib3==1.24.1
validators==0.12.4
urllib3==1.24.2
validators==0.12.5
wcwidth==0.1.7
webencodings==0.5.1
widgetsnbextension==3.4.2
Expand Down

0 comments on commit e6f7fb3

Please sign in to comment.