Skip to content

Commit f6c4a9d

Browse files
committed
try pinning pandas 3 in dev requirements (python>=3.11 only)
1 parent e879fab commit f6c4a9d

2 files changed

Lines changed: 610 additions & 118 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ dev_optional = [
6464
"numpy",
6565
"orjson",
6666
"pandas",
67+
"pandas>=3.0.0;python_version>='3.11'",
6768
"pdfrw",
6869
"pillow",
6970
"plotly-geo",

0 commit comments

Comments
 (0)