-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: master
Are you sure you want to change the base?
Conda packaging #131
Conversation
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',[]) %} |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
Just an update of the conda packaging with the new versioning system