Skip to content

Conda packaging #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conda packaging #131

wants to merge 7 commits into from

Conversation

AurelienBesnier
Copy link
Contributor

Just an update of the conda packaging with the new versioning system

@AurelienBesnier AurelienBesnier linked an issue May 20, 2025 that may be closed by this pull request
@pradal pradal requested review from RamiALBASHA and pradal May 20, 2025 15:27
pradal added 2 commits May 20, 2025 16:34
add blank line at the end of the file
Add blank line
{% set home = pyproject.get('project', {}).get('urls', {}).get('Homepage', '') %}
{% set build_deps = pyproject.get("build-system", {}).get("requires", []) %}
{% set deps = pyproject.get('project', {}).get('dependencies', []) %}
{% set conda_deps = pyproject.get('tool', {}).get('conda-environment', {}).get('dependencies',[]) %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here conda-dependencies are note set.
Perhaps adding them to pyproject.yaml

conda/meta.yaml Outdated
- sympy
- pandas
- jsonschema
- pvlib-python
- openalea.mtg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to move this to pyproject.toml

conda/meta.yaml Outdated
- sympy
- pandas
- jsonschema
- pvlib-python
- openalea.mtg
- openalea.plantgl
- alinea.caribu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace alinea.caribu and alinea.astk by one new version.
But perhaps in another PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conda Packaging (meta.yaml)
2 participants