Releases: openalea/oalab
Releases · openalea/oalab
Release 2025
- Python 3: 3.9 to 3.13
- conda:
- support osx-arm64 on top of osx-64 architecture
- package has a
condadirectory withmeta.yamlusing metadata frompyproject.tomlfor conda packaging and aenvironment.ymlfile environment.ymlis used to build documentation and also to install locally package in development modemamba env create -f conda/environment.yml
- continuous integration:
- consistent continuous integration / deployment as been set up to using a dedicated github-action workflow
- package is uploaded to openalea3 conda channel
- installation via conda is:
mamba install openalea.oalab -c openalea3
- package is pip installable
setup.pyis now replaced bypyproject.toml- package can be installed by running
pip install .or in editable modepip install -e .in root directory of the project