Skip to content

Commit b01397f

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

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)