Skip to content

Commit 1a96c27

Browse files
committed
Set minimum version of Pandas to 2.1
We use DataFrame.map(...), which was introduced with that version.
1 parent 3d7b1b6 commit 1a96c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ classifiers = [
4949
requires-python = ">=3.10"
5050
dependencies = [
5151
"numpy >= 2.0",
52-
"pandas >= 2.0",
52+
"pandas >= 2.1",
5353
]
5454
license = {text = "MIT"}
5555

0 commit comments

Comments
 (0)