Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: hydroroot_dev
channels:
- openalea3/label/dev
- openalea3/label/rc
- openalea3
- conda-forge
dependencies:
# list here manually conda-only deps (listed in [tool.conda.environment] section of pyproject)
- python
- pip
- openalea.mtg
- openalea.plantgl
- openalea.widgets
- yaml
- openalea.rsml
- matplotlib-base
# let pip install the rest using pyproject.toml (if you are okay with conda/pip mix)
- pip:
- ..
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Python Version](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://www.python.org/downloads/)
[![Anaconda-Server Badge](https://anaconda.org/openalea3/openalea.hydroroot/badges/version.svg)](https://anaconda.org/openalea3/openalea.hydroroot)
[![License](https://img.shields.io/badge/License--CeCILL-C-blue)](https://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openalea/hydroroot/HEAD?urlpath=%2Fdoc%2Ftree%2Fexample%2Fnotebook_list.ipynb)

OpenAlea.HydroRoot is a hydraulic root architecture modelling and a root
architecture system generator package.
Expand Down Expand Up @@ -70,7 +71,7 @@ mamba env create -f ./conda/environment.yml

#### Usage

See notebook in example directory.
See notebooks in example directory, they are listed [here](example/notebook_list.ipynb) and can be played following [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openalea/hydroroot/HEAD?urlpath=%2Fdoc%2Ftree%2Fexample%2Fnotebook_list.ipynb)

## Documentation

Expand Down
1 change: 1 addition & 0 deletions environment.yml
Loading
Loading