forked from activeloopai/deeplake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
96 lines (89 loc) · 1.58 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{% set name = "hub" %}
{% set version = "1.2.2" %}
package:
name: "{{ name }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
build:
number: 0
entry_points:
- hub = hub.cli.command:cli
- hub-local = hub.cli.local:cli
- hub-dev = hub.cli.dev:cli
script: "{{ PYTHON }} -m pip install . -vv"
noarch: python
requirements:
host:
- azure-storage-blob
- boto3
- cachey
- click
- cloudpickle
- fsspec
- gcsfs
- lz4
- msgpack-python
- numpy
- outdated
- pathos
- pillow
- pip
- psutil
- python
- requests
- s3fs
- tqdm
- zarr
run:
- azure-storage-blob
- boto3
- cachey
- click
- cloudpickle
- fsspec
- gcsfs
- lz4
- msgpack-python
- numpy
- outdated
- pathos
- pillow
- psutil
- python
- requests
- s3fs
- tqdm
- zarr
test:
imports:
- hub
- hub.api
- hub.cli
- hub.client
- hub.codec
- hub.collections
- hub.collections.dataset
- hub.collections.tensor
- hub.compute
- hub.schema
- hub.store
- hub.store.tests
commands:
- hub --help
- hub-local --help
- hub-dev --help
requires:
- mock >=1.0.1
- pytest
about:
home: "https://github.com/activeloopai/Hub"
license: "Mozilla Public 2.0 (MPL 2.0)"
license_family: MOZILLA
license_file:
summary: "Activeloop Hub"
doc_url: "https://docs.activeloop.ai/en/latest/"
dev_url:
extra:
recipe-maintainers:
- haiyangdeperci