Skip to content

Commit 20d53b6

Browse files
committed
Specify pandas 2.2.3 as the lower bound for python 3.13
Signed-off-by: David Black <[email protected]>
1 parent f4f0d18 commit 20d53b6

File tree

2 files changed

+85
-2
lines changed

2 files changed

+85
-2
lines changed

poetry.lock

+83-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ 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" }
15+
{ version = ">=1.2.5,<2.3.0", python = ">=3.8,<3.13" },
16+
{ version = ">=2.2.3,<2.3.0", python = ">=3.13" }
1617
]
1718
lz4 = "^4.0.2"
1819
requests = "^2.18.1"

0 commit comments

Comments
 (0)