[pyzo] 38/68: env builder tool should not include visvis and imageio, since these are not yet on conda-forge
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Sep 28 09:47:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.
commit d53da0f8023d5317891472c9be995c7bc1feaec6
Author: Almar Klein <almar.klein at gmail.com>
Date: Fri Sep 16 00:22:39 2016 +0200
env builder tool should not include visvis and imageio, since these are not yet on conda-forge
---
pyzo/util/bootstrapconda.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyzo/util/bootstrapconda.py b/pyzo/util/bootstrapconda.py
index 3a1768e..fd73f0a 100644
--- a/pyzo/util/bootstrapconda.py
+++ b/pyzo/util/bootstrapconda.py
@@ -306,7 +306,7 @@ class Installer(QtGui.QDialog):
packages = ['numpy', 'scipy', 'pandas', 'matplotlib', 'sympy',
#'scikit-image', 'scikit-learn',
- 'visvis', 'pyopengl', 'imageio',
+ 'pyopengl', # 'visvis', 'imageio',
'tornado', 'pyqt', #'ipython', 'jupyter',
#'requests', 'pygments','pytest',
]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git
More information about the debian-science-commits
mailing list