Skip to content

Commit f7822fd

Browse files
authored
pandas 2.3.3 support for py < 3.14 (#721)
* pandas 2.3.3 support for py < 3.14 Signed-off-by: Sreekanth Vadigi <[email protected]> * poetry lock Signed-off-by: Sreekanth Vadigi <[email protected]> --------- Signed-off-by: Sreekanth Vadigi <[email protected]>
1 parent 7c6adee commit f7822fd

File tree

2 files changed

+4
-60
lines changed

2 files changed

+4
-60
lines changed

poetry.lock

Lines changed: 2 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)