-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
meta.yaml
73 lines (64 loc) · 1.49 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
{% set version = "0.12.1" %}
package:
name: geopandas
version: {{ version }}
source:
url: https://github.com/geopandas/geopandas/releases/download/v{{ version }}/geopandas-{{ version }}.tar.gz
sha256: 917655f25ee3022809114d833d45969d38afe9f7e5ff2a3b875a85f9bf686819
build:
number: 1
noarch: python
outputs:
- name: geopandas-base
script: build_base.sh
build:
noarch: python
requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- python >=3.8
- pip
run:
- python >=3.8
- pandas >=1.0.5
- shapely >=1.7
- pyproj >=2.6.1.post1
- packaging
test:
imports:
- geopandas
- geopandas.io
files:
- test_data
- name: geopandas
requirements:
host:
- python >=3.8
run:
- python >=3.8
- {{ pin_subpackage('geopandas-base', exact=True) }}
- fiona
- rtree
- matplotlib-base
- mapclassify >=2.4.0
- folium
- xyzservices
test:
imports:
- geopandas
- geopandas.io
files:
- test_data
about:
home: http://geopandas.org
license: BSD-3-Clause
license_file: LICENSE.txt
summary: Geographic pandas extensions
extra:
recipe-maintainers:
- ocefpaf
- jorisvandenbossche
- jdmcbr
- martinfleis