Skip to content

Commit 9b5b028

Browse files
committed
DEP: improve flexibility for pandas versionning
1 parent bfc1651 commit 9b5b028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
dependencies = [
99
"numpy; pandas_version >= '2.2.0'",
1010
"numpy<2.0; pandas_version < '2.2.0'",
11-
"pandas~=1.5",
11+
"pandas>=1.5.3",
1212
"scikit-learn>=1.1.3",
1313
]
1414
requires-python = ">=3.10"

0 commit comments

Comments
 (0)