Comment 2 for bug 1799690

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to browbeat (master)

Reviewed: https://review.openstack.org/616677
Committed: https://git.openstack.org/cgit/openstack/browbeat/commit/?id=03be4251029281228f92d355bdb146be3d9ae048
Submitter: Zuul
Branch: master

commit 03be4251029281228f92d355bdb146be3d9ae048
Author: agopi <email address hidden>
Date: Thu Nov 8 14:30:44 2018 -0500

    Add numpy to extras

    Move numpy out of requirements into extras, as it's not required
    for running browbeat, but only used for insights like compare
    results.

    So to install with insights, pip install .[insights], to perform
    the CLI operations such as compare.

    Added a tox test to ensure no dep conflict arises.

    Change-Id: Id8aafcd479003ae79ab8c2d0f1fa378ea38d60d2
    Closes-Bug: #1799690