-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmeta.yaml
61 lines (52 loc) · 1.17 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
52
53
54
55
56
57
58
59
60
61
{% set name = "beakerx" %}
{% set version = "1.4.1" %}
{% set sha256 = "f4fcee4bd640a175783bfcf70fdd9f599b528808183bdf1993913e32bd759be7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_rev: {{ version }}
git_url: https://github.com/twosigma/beakerx.git
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://files.pythonhosted.org/packages/source/b/beakerx/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
number: 8
script: pip install --no-deps .
entry_points:
- beakerx = beakerx:run
requirements:
host:
- python
- pip
run:
- python
- notebook >=5.7.4
- openjdk ==8.0.121
- maven
- py4j
- numpy
- pandas
- ipywidgets >=7.0
- widgetsnbextension
- pytest
- requests
test:
imports:
- beakerx
commands:
- beakerx -h
about:
home: http://beakerx.com
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: 'Beaker Extensions for Jupyter and Jupyter Lab'
description: |
Beaker Extensions for Jupyter and Jupyter Lab
doc_url: http://beakerx.com
dev_url: https://github.com/twosigma/beakerx
extra:
recipe-maintainers:
- LeeTZ