Skip to content

Commit d3135ce

Browse files
committed
Update Conda khiops-core version to 11.0.0b.0
1 parent 30f2017 commit d3135ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Conda Package
33
env:
44
# Note: The default Khiops version must never be an alpha release as they are
55
# ephemeral. To test alpha versions run the workflow manually.
6-
DEFAULT_KHIOPS_CORE_VERSION: 11.0.0a.0
6+
DEFAULT_KHIOPS_CORE_VERSION: 11.0.0b.0
77
DEFAULT_SAMPLES_VERSION: 11.0.0
88
on:
99
workflow_dispatch:
1010
inputs:
1111
khiops-core-version:
12-
default: 11.0.0a.0
12+
default: 11.0.0b.0
1313
description: khiops-core version for testing
1414
khiops-samples-version:
1515
default: 11.0.0

packaging/conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requirements:
2626
- python
2727
run:
2828
- python
29-
- conda-forge/label/rc::khiops-core =11.0.0a.0
29+
- khiops-core =11.0.0b.0
3030
- pandas >=0.25.3
3131
- scikit-learn >=0.22.2
3232
run_constrained:

0 commit comments

Comments
 (0)