Commit last-minute
This commit is contained in:
parent
b4a97a65ab
commit
0ba7189bfc
221 changed files with 139931 additions and 1 deletions
14
hydroshoot/conda/environment.yml
Normal file
14
hydroshoot/conda/environment.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
channels:
|
||||
- conda-forge
|
||||
- openalea3
|
||||
dependencies:
|
||||
- openalea.mtg
|
||||
- openalea.plantgl
|
||||
- alinea.caribu
|
||||
- alinea.astk
|
||||
- numpy
|
||||
- scipy
|
||||
- sympy
|
||||
- pandas
|
||||
- jsonschema
|
||||
- pvlib-python
|
35
hydroshoot/conda/meta.yaml
Normal file
35
hydroshoot/conda/meta.yaml
Normal file
|
@ -0,0 +1,35 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue