Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienBesnier committed Jan 26, 2024
1 parent 0b447fe commit d102408
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% set data = load_setup_py_data() %}

package:
name: openalea.phenomenal
version: {{ data.get('version') }}
version: "1.9.2"

source:
path: ..
Expand All @@ -19,7 +17,7 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler("cxx") }}
- python {{PY_VER}}
- python
- setuptools
- numpy
- cython
Expand Down Expand Up @@ -75,10 +73,9 @@ test:
- pytest

about:
home: {{ data.get('url') }}
home: https://github.com/openalea/phenomenal
license: Cecill-C License
license_file: LICENSE.txt
summary: {{ data.get('description') }}

extra:
recipe-maintainers:
Expand Down

0 comments on commit d102408

Please sign in to comment.