Skip to content

Commit 9cf6547

Browse files
author
Thierry RAMORASOAVINA
committed
Set the max version of the pandas library as 3.0 introduces breaking changes
1 parent 1590a04 commit 9cf6547

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ipykernel>=6.9.1
44
nbconvert==6.4.4
55
nbformat==5.3.0
66
numpydoc>=1.5.0
7-
pandas>=0.25.3
7+
pandas>=0.25.3,<=2.3.3
88
scikit-learn>=0.22.2,<=1.7.2
99
sphinx-copybutton>=0.5.0

packaging/conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requirements:
2424
run:
2525
- python
2626
- khiops-core =11.0.0
27-
- pandas >=0.25.3
27+
- pandas >=0.25.3,<=2.3.3
2828
- scikit-learn >=0.22.2
2929
run_constrained:
3030
# do not necessary use the latest version

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ classifiers = [
104104
]
105105
requires-python = ">=3.8"
106106
dependencies = [
107-
"pandas>=0.25.3",
108-
# do not use the latest version, to avoid undesired breaking changes
107+
# do not use the latest versions, to avoid undesired breaking changes
108+
"pandas>=0.25.3,<=2.3.3",
109109
"scikit-learn>=0.22.2,<=1.7.2",
110110
]
111111

0 commit comments

Comments
 (0)