You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop versioneer and hard-code the version, as for the Khiops binaries
Notes:
- the version is hard-coded in the khiops/__init__.py file and not in
pyproject.toml, because pyproject.toml is not accessible at runtime
for an installed package
- conda-build does not support pyproject.toml-style dynamic versions,
hence the version has to be hard-coded in conda/meta.yaml as well
- when moving to conda-forge, the version would have to be hard-coded
anyway
- the khiops/__init__.py vs conda/meta.yaml version coherence is checked
in the conda package building and testing workflow.
0 commit comments