Skip to content
Commits on Source (3)
......@@ -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
......
q2-types (2019.4.1-1) UNRELEASED; urgency=medium
* New upstream version
-- Liubov Chuprikova <chuprikovalv@gmail.com> Fri, 14 Jun 2019 21:46:58 +0200
q2-types (2019.4.0-1) unstable; urgency=medium
* New upstream version
......
......@@ -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
......