forked from AequilibraE/aequilibrae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda_forge_recipe.yaml
52 lines (45 loc) · 977 Bytes
/
conda_forge_recipe.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
{% set name = "aequilibrae" %}
{% set version = "0.7.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/aequilibrae-{{ version }}.tar.gz
sha256: 0a77819f9b392692f1d7abf2ca22d3f91546727a9263bbd9d9b5b9eabaafaf40
build:
number: 0
script: {{ PYTHON }} -m pip install . -vv
noarch: python
requirements:
build:
- {{ compiler('c') }}
host:
- pip
- python >= 3.8
- cython
run:
- numpy>=1.18.0,<1.22
- pandas
- pyaml
- pyarrow
- pyshp
- python >= 3.8
- requests
- scipy
- shapely >= 1.7.0
- {{ pin_compatible('numpy') }}
test:
imports:
- aequilibrae
commands:
- pip check
requires:
- pip
about:
home: https://github.com/AequilibraE/aequilibrae
summary: A package for transportation modeling
license: AequilibraE Developers
license_file: LICENSE.txt
extra:
recipe-maintainers:
- pedrocamargo