forked from cta-observatory/dl1-data-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
47 lines (43 loc) · 932 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
44
45
46
47
package:
name: dl1_data_handler
version: "0.8.0"
source:
git_url: https://github.com/cta-observatory/dl1-data-handler.git
git_rev: v0.8.0
build:
number: 0
requirements:
build:
- python >=3.6.0
- numpy >=1.15.0
- ctapipe >=0.6.2
- eventio >=0.16.1
- ctapipe-extra >=0.2.17
- pytables >=3.4.4
host:
- python >=3.6.0
- numpy >=1.15.0
- ctapipe >=0.6.2
- eventio >=0.16.1
- ctapipe-extra >=0.2.17
- pytables >=3.4.4
run:
- python >=3.6.0
- numpy >=1.15.0
- ctapipe >=0.6.2
- eventio >=0.16.1
- ctapipe-extra >=0.2.17
- pytables >=3.4.4
test:
imports:
- dl1-data-handler
about:
home: https://github.com/cta-observatory/dl1-data-handler
license: MIT
license_file: LICENSE
summary: DL1 to PyTables HDF5 data dumper/writer/processor for ML studies.
extra:
recipe-maintainers:
- bryankim96
- aribrill
- nietootein