forked from DigitalGlobe/gbdxtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
67 lines (63 loc) · 1.13 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
{% set data = load_setup_py_data() %}
package:
name: gbdxtools
version: {{ data.get('version') }}
build:
build: 0
script: pip install .
noarch: python
source:
git_url: ./
requirements:
run:
- setuptools
- python
- six >=1.10.0
- future >=0.15.2
- requests >=2.12.1
- boto3
- shapely
- ephem
- toolz
- cloudpickle
- dask >=0.20.0
- {{ pin_compatible('numpy', min_pin='1.9') }}
- pycurl
- pyproj
- requests-futures
- configparser
- mercantile >=0.10.0
- scikit-image
- gbdx-auth >=0.2.6
- bumpversion
- pytest
- pytest-runner
- vcrpy
- cachetools >=2.0.0
- affine
build:
- setuptools
- python
- six >=1.10.0
- future >=0.15.2
- requests >=2.12.1
- boto3
- shapely
- ephem
- toolz
- cloudpickle
- dask >=0.20.0
- {{ pin_compatible('numpy', min_pin='1.9') }}
- pycurl
- pyproj
- requests-futures
- configparser
- mercantile >=0.10.0
- scikit-image
- gbdx-auth >=0.2.6
- bumpversion
- pytest
- pytest-runner
- vcrpy
- cachetools >=2.0.0
- affine