-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmeta.yaml
More file actions
41 lines (35 loc) · 759 Bytes
/
meta.yaml
File metadata and controls
41 lines (35 loc) · 759 Bytes
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
{% set name = "pytplot" %}
{% set version = "1.7.28" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
git_url: https://github.com/MAVENSDC/pytplot.git
git_rev: v1.7.28
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
build:
- setuptools
- python
- pip
run:
- python
- numpy
- bokeh
- pandas
- matplotlib
- scipy
- xarray
- pyqtgraph
- cdflib
about:
home: "https://github.com/MAVENSDC/pytplot"
license: "MIT"
summary: "Pytplot is an effort to replicate the functionality IDL tplot library in python"
doc_url: "https://pytplot.readthedocs.io"
dev_url: "https://github.com/MAVENSDC/pyptlot"
extra:
recipe-maintainers:
- MAVENSDC