Skip to content

Commit 95f835f

Browse files
committed
pandas 2.3.3 support for py < 3.14
Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
1 parent 7c6adee commit 95f835f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.3.0", python = ">=3.8,<3.13" },
15+
{ version = ">=1.2.5,<2.4.0", python = ">=3.8,<3.13" },
1616
{ version = ">=2.2.3,<2.4.0", python = ">=3.13" }
1717
]
1818
lz4 = [
@@ -26,7 +26,7 @@ urllib3 = ">=1.26"
2626
python-dateutil = "^2.8.0"
2727
pyarrow = [
2828
{ version = ">=14.0.1", python = ">=3.8,<3.13", optional=true },
29-
{ version = ">=18.0.0,<22.0.0", python = ">=3.13,<3.14", optional=true },
29+
{ version = ">=18.0.0", python = ">=3.13,<3.14", optional=true },
3030
{ version = ">=22.0.0", python = ">=3.14", optional=true }
3131
]
3232
pyjwt = "^2.0.0"

0 commit comments

Comments
 (0)