diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-06-28 21:57:07 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-06-28 21:57:07 -0400 |
commit | cd78447aa7803b2ea9844046d0ed9b8060d4baea (patch) | |
tree | 37aab8fa9489bfecce33baa1740cc2ee3f1cbcfd | |
parent | 21f753794f8cb3ca034dd2d86e0dfc18d3db23c7 (diff) | |
download | astroconda-contrib-cd78447aa7803b2ea9844046d0ed9b8060d4baea.tar.gz |
PyQt and NumPy are already run-time dependencies of specviz
-rw-r--r-- | pyqtgraph/meta.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pyqtgraph/meta.yaml b/pyqtgraph/meta.yaml index 69fd390..04868f0 100644 --- a/pyqtgraph/meta.yaml +++ b/pyqtgraph/meta.yaml @@ -4,7 +4,7 @@ about: summary: A pure-Python graphics library for PyQt/PySide (git master build) build: - number: '0' + number: '1' package: name: pyqtgraph @@ -26,9 +26,6 @@ source: git_url: https://github.com/pyqtgraph/pyqtgraph.git test: - requires: - - pyqt - - numpy imports: - pyqtgraph |