Skip to content
Commits on Source (3)
python-cobra (0.14.1-1) UNRELEASED; urgency=medium
python-cobra (0.14.1-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Versioned Depends: python3-pipdeptree (>= 0.13.1)
(see https://github.com/opencobra/cobrapy/issues/780)
Closes: #916706
* Add missing Recommends and Test-Depends
-- Andreas Tille <tille@debian.org> Tue, 18 Dec 2018 08:18:36 +0100
-- Andreas Tille <tille@debian.org> Tue, 18 Dec 2018 09:42:44 +0100
python-cobra (0.13.4-2) unstable; urgency=medium
......
......@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 11~),
python3-ruamel.yaml,
python3-pandas (>= 0.17.0),
python3-pip,
python3-pipdeptree,
python3-pipdeptree (>= 0.13.1),
python3-requests,
python3-swiglpk,
python3-tabulate,
......@@ -37,6 +37,12 @@ Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
python-cobra-data (= ${source:Version})
Recommends: python3-numpy,
python3-ruamel.yaml,
python3-pandas (>= 0.17.0),
python3-simplejson,
python3-swiglpk,
python3-tabulate,
Suggests: python3-matplotlib,
qsopt-ex
Description: constraint-based modeling of biological networks with Python 3
......
......@@ -7,6 +7,7 @@ Depends:
python3-pytest,
python3-pytest-benchmark,
python3-jsonschema,
python3-simplejson,
# See the comment for the corresponding section in the python2 test above.
python3-scipy,
python3-numpy,
......