-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
/
Copy pathmeta.yaml
51 lines (44 loc) · 1.14 KB
/
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
44
45
46
47
48
49
50
51
{% set data = load_setup_py_data() %}
{% set version = data.get('version') %}
package:
name: plotly
version: {{ version }}
source:
path: ../
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -q"
noarch: python
requirements:
build:
- python
- pip
- nodejs
run:
- python
- setuptools
- decorator >=4.0.6
- nbformat >=4.2
- pytz
- requests
- retrying >=1.3.3
- six
test:
imports:
- plotly
about:
home: https://plot.ly/python/
license: MIT
license_file: '{{ environ["RECIPE_DIR"] }}/LICENSE.txt'
summary: 'An interactive JavaScript-based visualization library for Python'
description: |
plotly.py is an interactive, open-source, and JavaScript-based graphing
library for Python. Built on top of plotly.js, plotly.py is a high-level,
declarative charting library that includes over 30 chart types,
including scientific charts, 3D graphs, statistical charts, SVG maps,
financial charts, and more.
doc_url: https://plot.ly/python/
dev_url: https://github.com/plotly/plotly.py
extra:
recipe-maintainers:
- jonmmease