blob: 0ca7ad717bfa1455694fcdec78a919b42461cb5a (
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 name = "mpl-scatter-density" %}
{% set version = "0.3" %}
{% set number = "0" %}
{% set sha256 = "98953172aea8c652570dcc6238bccd20afb69e6ae9594d4679c08e810b658651" %}
about:
home: http://github.com/astrofrog/mpl-scatter-density
license: BSD
license_family: BSD
license_file: LICENSE
summary: Matplotlib helpers to make density scatter plots
description: Matplotlib helpers to make density scatter plots
doc_url: http://github.com/astrofrog/mpl-scatter-density
dev_url: http://github.com/astrofrog/mpl-scatter-density
package:
name: {{ name|lower }}
version: {{ version }}
build:
number: {{ number }}
requirements:
build:
- fast-histogram >=0.3
- matplotlib >=1.5
- numpy {{ numpy }}
- python {{ python }}
- setuptools
run:
- fast-histogram >=0.3
- matplotlib >=1.5
- numpy
- python
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
test:
imports:
- mpl_scatter_density
extra:
recipe-maintainers:
- astrofrog-conda-forge
|