diff --git a/conda/meta.yaml b/conda/meta.yaml index b41bda4..e6bb198 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,8 +1,6 @@ -{% set data = load_setup_py_data() %} - package: name: openalea.phenomenal - version: {{ data.get('version') }} + version: "1.9.2" source: path: .. @@ -19,7 +17,7 @@ requirements: build: - {{ compiler('c') }} - {{ compiler("cxx") }} - - python {{PY_VER}} + - python - setuptools - numpy - cython @@ -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: