35 lines
539 B
YAML
35 lines
539 B
YAML
package:
|
|
name: hydroshoot
|
|
version: "5.2.2"
|
|
|
|
|
|
source:
|
|
git_url: ../
|
|
|
|
build:
|
|
noarch: python
|
|
preserve_egg_dir: True
|
|
script: {{PYTHON}} -m pip install .
|
|
|
|
requirements:
|
|
build:
|
|
- python {{PY_VER}}
|
|
- setuptools
|
|
|
|
run:
|
|
- python
|
|
- numpy
|
|
- scipy
|
|
- sympy
|
|
- pandas
|
|
- jsonschema
|
|
- pvlib-python
|
|
- openalea.mtg
|
|
- openalea.plantgl
|
|
- alinea.caribu
|
|
- alinea.astk
|
|
|
|
about:
|
|
summary: "HydroShoot is an FSPM model to simulate gas-exchange on vine"
|
|
license: "cecill-c"
|
|
license_file: LICENSE
|