Skip to content

Commit 44098b3

Browse files
committed
Allow pandas 2.2.2 in pyproject.toml
1 parent 9f59b34 commit 44098b3

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
@@ -12,7 +12,7 @@ include = ["CHANGELOG.md"]
1212
python = "^3.8.0"
1313
thrift = ">=0.16.0,<0.21.0"
1414
pandas = [
15-
{ version = ">=1.2.5,<2.2.0", python = ">=3.8" }
15+
{ version = ">=1.2.5,<2.3.0", python = ">=3.8" }
1616
]
1717
pyarrow = ">=14.0.1,<17"
1818

0 commit comments

Comments
 (0)