We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9e6ff commit 7e2e079Copy full SHA for 7e2e079
tasks.py
@@ -333,7 +333,7 @@ def virtualise(ctx, tests=True):
333
ctx.run('virtualenv staging')
334
with ctx.cd('{0}-*'.format(PYPI_PACKAGE_NAME)):
335
ctx.run('pwd')
336
- ctx.run('{0} install numpy==1.13.3'.format(pip_binary))
+ ctx.run('{0} install numpy'.format(pip_binary))
337
ctx.run('{0} install -e .'.format(pip_binary))
338
ctx.run('{0} install matplotlib'.format(pip_binary))
339
ctx.run('{0} install nose'.format(pip_binary))
0 commit comments