Skip to content

Commit 6e8ae26

Browse files
chore(deps): update pyarrow requirement from ^14 to >=14,<22 (#99)
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@go/v14.0.0...apache-arrow-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50e3b07 commit 6e8ae26

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
@@ -31,7 +31,7 @@ typer = "^0.12.3"
3131
click = ">=8.1,<8.2"
3232
matplotlib = "~3.8"
3333
lifelines = "^0.30"
34-
pyarrow = "^14"
34+
pyarrow = ">=14,<22"
3535
pyreadr = "^0.5"
3636

3737
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)