We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9059a8 commit 2a2a1f9Copy full SHA for 2a2a1f9
1 file changed
packaging/conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% 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') %}
+{% set version = load_file_data('../../pyproject.toml', from_recipe_dir=True).get('tools.setuptools.dynamic').get('version') %}
3
package:
4
name: {{ name }}
5
# The Conda version cannot contain the '-' character, so we eliminate it
@@ -19,13 +19,9 @@ build:
19
{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir --no-build-isolation -vvv
20
21
requirements:
22
- build:
23
- - python
24
- - setuptools
25
- - versioneer
26
host:
27
- python
28
+ - setuptools
29
run:
30
31
- khiops-core =11.0.0b.0
0 commit comments