Skip to content

Commit 6a58fad

Browse files
Update pyarrow requirement in /requirements/base
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/v17.0.0...apache-arrow-22.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39e91f3 commit 6a58fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ multimethod >= 1.0, < 3.0
22
neo4j >= 4.4.12, < 7.0
33
numpy < 2.4
44
pandas >= 1.0, < 3.0
5-
pyarrow >= 17.0, < 22.0
5+
pyarrow >= 17.0, < 23.0
66
textdistance >= 4.0, < 5.0
77
tqdm >= 4.0, < 5.0
88
typing-extensions >= 4.0, < 5.0

0 commit comments

Comments
 (0)