mirror of https://github.com/m-labs/artiq.git
28 lines
409 B
YAML
28 lines
409 B
YAML
package:
|
|
name: pyqtgraph
|
|
version: 0.9.10.1036edf
|
|
|
|
source:
|
|
git_url: https://github.com/pyqtgraph/pyqtgraph.git
|
|
git_rev: 1036edf
|
|
|
|
requirements:
|
|
build:
|
|
- python
|
|
- setuptools
|
|
- numpy
|
|
|
|
run:
|
|
- python
|
|
- numpy
|
|
- pyqt >=4.7
|
|
|
|
test:
|
|
imports:
|
|
- pyqtgraph
|
|
|
|
about:
|
|
home: http://www.pyqtgraph.org
|
|
license: MIT License
|
|
summary: 'Scientific Graphics and GUI Library for Python'
|