Skip to content

Commit 9d69a06

Browse files
committed
wip
1 parent c9059a8 commit 9d69a06

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packaging/conda/meta.yaml

Lines changed: 1 addition & 3 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('project').get('version') %}
33
package:
44
name: {{ name }}
55
# The Conda version cannot contain the '-' character, so we eliminate it
@@ -22,10 +22,8 @@ requirements:
2222
build:
2323
- python
2424
- setuptools
25-
- versioneer
2625
host:
2726
- python
28-
- versioneer
2927
run:
3028
- python
3129
- khiops-core =11.0.0b.0

0 commit comments

Comments
 (0)