Skip to content

Commit 9fb0f35

Browse files
committed
arrow <19
1 parent 7b66df4 commit 9fb0f35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ numpy = [
3737
{ version = ">=1.26,<3.0", markers = "python_version >= \"3.10\"" }
3838
]
3939
pyarrow = [
40-
{ version = ">=8.0.0", markers = "python_version < \"3.13\"" },
41-
{ version = ">=18.0.0", markers = "python_version >= \"3.13\"" }
40+
{ version = ">=8.0.0,<19.0.0", markers = "python_version < \"3.13\"" },
41+
{ version = ">=18.0.0,<19.0.0", markers = "python_version >= \"3.13\"" }
4242
]
4343
typing-extensions = "^4.4.0"
4444
packaging = ">=21.1,<25.0"

0 commit comments

Comments
 (0)