Skip to content

Commit d23407c

Browse files
committed
Update Pip and Conda package versions to 11.0.0.0rc.2
Update Conda khiops-core dependency to 11.0.0rc.2
1 parent bac75c2 commit d23407c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

khiops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"""
2525
from khiops.core.internals.version import KhiopsVersion
2626

27-
__version__ = "11.0.0.0b.0"
27+
__version__ = "11.0.0.0rc.2"
2828

2929

3030
def get_compatible_khiops_version():

packaging/conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package:
33
name: {{ name }}
44
# The Conda version cannot contain the '-' character, so we eliminate it
5-
version: "11.0.0.0b.0"
5+
version: "11.0.0.0rc.2"
66

77
source:
88
path: ../../
@@ -23,7 +23,7 @@ requirements:
2323
- setuptools
2424
run:
2525
- python
26-
- khiops-core =11.0.0b.0
26+
- conda-forge/label/rc::khiops-core =11.0.0rc.2
2727
- pandas >=0.25.3
2828
- scikit-learn >=0.22.2
2929
run_constrained:

0 commit comments

Comments
 (0)