File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ ipykernel>=6.9.1
44nbconvert == 6.4.4
55nbformat == 5.3.0
66numpydoc >= 1.5.0
7- pandas >= 0.25.3
7+ pandas >= 0.25.3 , <= 2.3.3
88scikit-learn >= 0.22.2 ,<= 1.7.2
99sphinx-copybutton >= 0.5.0
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ classifiers = [
104104]
105105requires-python = " >=3.8"
106106dependencies = [
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
You can’t perform that action at this time.
0 commit comments