Skip to content

Commit

Permalink
Add scipy, scientific tools for python.
Browse files Browse the repository at this point in the history
This dependency is required by openstack/monasca_analytics.

 1. Is the library actively maintained?

    Yes

 2. Is the library good code?

    Yes

 3. Is the library license compatible?

    Yes, BSD

 4. Is the library already packaged in the distros we target
    (Ubuntu latest / Fedora latest) ?

    Yes (Ubuntu: python-scipy, Fedora: scipy)

 5. Is the function of this library covered by other libraries?

    No

 6. Is the library required for OpenStack project or related
    dev or infrastructure setup? Which?

    openstack/monasca-analytics

Change-Id: Ibb68a13feaa1ea2fa83fc0e8479563789dede965
  • Loading branch information
jvarvenne committed Jun 29, 2016
1 parent db25c95 commit 62e73a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ semantic_version>=2.3.1 # BSD
fasteners>=0.7 # Apache-2.0
simplejson>=2.2.0 # MIT
six>=1.9.0 # MIT
scipy>=0.17.1 # BSD
SQLAlchemy>=1.0.10,<1.1.0 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0
sqlalchemy-utils # BSD License
Expand Down
1 change: 1 addition & 0 deletions upper-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ rjsmin===1.0.12
rsa===3.4.2
rtslib-fb===2.1.58
ryu===4.3
scipy===0.17.1
scp===0.10.2
selenium===2.53.5
semantic-version===2.5.0
Expand Down

0 comments on commit 62e73a3

Please sign in to comment.