blob: 69fd39077d15a68fb23ed5741a3fb30e828d39de (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 | about:
    home: http://www.pyqtgraph.org/
    license: MIT
    summary: A pure-Python graphics library for PyQt/PySide (git master build)
build:
    number: '0'
package:
    name: pyqtgraph
    version: 0.9.11
requirements:
    build:
    - setuptools
    - numpy x.x
    - python x.x
    run:
    - pyqt
    - pyopengl
    - numpy x.x
    - python x.x
source:
    git_rev: 670d63cd
    git_url: https://github.com/pyqtgraph/pyqtgraph.git
test:
  requires:
    - pyqt
    - numpy
  imports:
    - pyqtgraph
 |