-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
meta.yaml
43 lines (36 loc) · 844 Bytes
/
meta.yaml
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
{% set name = "adjustText" %}
{% set version = "1.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/Phlya/{{ name }}/archive/v{{ version }}.tar.gz
sha256: ba93a82b62327bda1dbdab15ef7ce000f7166a6a46174ccd36416fbe241f146d
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
requirements:
host:
- pip
- python >=3.6
- setuptools
run:
- matplotlib-base
- numpy
- python >=3.6
- scipy
test:
imports:
- adjustText
about:
home: https://github.com/Phlya/adjustText
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'Automatic label placement for matplotlib'
doc_url: http://adjusttext.readthedocs.io/
dev_url: https://github.com/Phlya/adjustText
extra:
recipe-maintainers:
- phue