blob: 1ddcb2a38f776a1f13085e1fe1a817d8d9903a73 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
 | {% set version = "0.5" %}
package:
  name: glue-vispy-viewers
  version: {{version}}
source:
  fn: glue-vispy-viewers-{{version}}.tar.gz
  url: https://pypi.io/packages/source/g/glue-vispy-viewers/glue-vispy-viewers-{{version}}.tar.gz
  md5: 28ca4b50dc179609d8304b4e5e8e6042
build:
  number: 1
  script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
  build:
    - python
    - setuptools
  run:
    - python
    - numpy
    - pyopengl
    - glueviz >=0.9
    - scikit-image
    - matplotlib
    - qtpy
    # At the moment, the 3D viewers don't yet work properly with Qt5, so we pin to 4.x
    - pyqt 4.*
test:
  imports:
    - glue_vispy_viewers
    - glue_vispy_viewers.scatter
    - glue_vispy_viewers.volume
about:
  home: https://github.com/glue-viz/glue-vispy-viewers
  license: BSD 3-Clause
  summary: 3D viewers for Glue
extra:
  recipe-maintainers:
    - astrofrog
 |