We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac75c2 commit d23407cCopy full SHA for d23407c
khiops/__init__.py
@@ -24,7 +24,7 @@
24
"""
25
from khiops.core.internals.version import KhiopsVersion
26
27
-__version__ = "11.0.0.0b.0"
+__version__ = "11.0.0.0rc.2"
28
29
30
def get_compatible_khiops_version():
packaging/conda/meta.yaml
@@ -2,7 +2,7 @@
2
package:
3
name: {{ name }}
4
# The Conda version cannot contain the '-' character, so we eliminate it
5
- version: "11.0.0.0b.0"
+ version: "11.0.0.0rc.2"
6
7
source:
8
path: ../../
@@ -23,7 +23,7 @@ requirements:
23
- setuptools
run:
- python
- - khiops-core =11.0.0b.0
+ - conda-forge/label/rc::khiops-core =11.0.0rc.2
- pandas >=0.25.3
- scikit-learn >=0.22.2
run_constrained:
0 commit comments