Commit e11900b3 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

New upstream version 2019.4.1

parent 02d43e90
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ requirements:
    - scikit-bio >=0.5.4
    - numpy
    - blas=*=openblas
    # AVX 512 extensions are broken in 0.3.5 and 0.3.6
    - openblas 0.3.3
    - pandas
    - biom-format >=2.1.5,<2.2.0
    - ijson
+3 −3
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@ def get_keywords():
    # setup.py/versioneer.py will grep for the variable names, so they must
    # each be defined on a line of their own. _version.py will just call
    # get_keywords().
    git_refnames = " (tag: 2019.4.0)"
    git_full = "da22ce35c8e3c3740d92867833612d753898c72c"
    git_date = "2019-05-03 04:14:46 +0000"
    git_refnames = " (tag: 2019.4.1)"
    git_full = "39051b2475fccf77526778589b67efcbf00314cf"
    git_date = "2019-05-08 16:49:19 -0700"
    keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
    return keywords