[med-svn] [python-cobra] 03/03: Make matplotlib suggested and pandas recommended as advised by upstream
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sat Jul 25 18:49:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-cobra.
commit 4aa43cdda2c3f9dfb128f7d899df03799d27ba53
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Fri Jul 24 20:05:28 2015 -0700
Make matplotlib suggested and pandas recommended as advised by upstream
See upstream's recommendation at
https://lists.debian.org/debian-med/2015/07/msg00195.html
---
debian/control | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 761fa9e..0f9357f 100644
--- a/debian/control
+++ b/debian/control
@@ -33,9 +33,9 @@ Depends: ${shlibs:Depends},
python-cobra-data
Recommends: python-numpy,
python-scipy,
- libsbml5-python
-Suggests: python-matplotlib,
- python-pandas
+ libsbml5-python,
+ python-pandas
+Suggests: python-matplotlib
Description: constraint-based modeling of biological networks (Python 2)
COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely
used for genome-scale modeling of metabolic networks in both prokaryotes
@@ -54,9 +54,9 @@ Depends: ${shlibs:Depends},
${python3:Depends},
python-cobra-data
Recommends: python3-numpy,
- python3-scipy
-Suggests: python3-matplotlib,
- python3-pandas
+ python3-scipy,
+ python3-pandas
+Suggests: python3-matplotlib
Description: constraint-based modeling of biological networks (Python 3)
COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely
used for genome-scale modeling of metabolic networks in both prokaryotes
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cobra.git
More information about the debian-med-commit
mailing list