Skip to content

Commit

Permalink
upgrading packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Nov 4, 2016
1 parent 99118d0 commit b7acf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karr_lab_build_utils/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def install_requirements_pypi(self, req_file):
return

with abduct.captured(abduct.err()) as stderr:
result = pip.main(['install', '-r', req_file])
result = pip.main(['install', '-U', '-r', req_file])
long_err_msg = stderr.getvalue()

if result:
Expand Down

0 comments on commit b7acf45

Please sign in to comment.