Skip to content

Commit 2a2a1f9

Browse files
committed
wip
1 parent c9059a8 commit 2a2a1f9

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

packaging/conda/meta.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = load_file_data('../../pyproject.toml', from_recipe_dir=True).get('project').get('name') %}
2-
{% set version = load_setup_py_data(setup_file='../../setup.py', from_recipe_dir=True).get('version') %}
2+
{% set version = load_file_data('../../pyproject.toml', from_recipe_dir=True).get('tools.setuptools.dynamic').get('version') %}
33
package:
44
name: {{ name }}
55
# The Conda version cannot contain the '-' character, so we eliminate it
@@ -19,13 +19,9 @@ build:
1919
{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir --no-build-isolation -vvv
2020
2121
requirements:
22-
build:
23-
- python
24-
- setuptools
25-
- versioneer
2622
host:
2723
- python
28-
- versioneer
24+
- setuptools
2925
run:
3026
- python
3127
- khiops-core =11.0.0b.0

0 commit comments

Comments
 (0)