Skip to content

Commit 9bd2f58

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-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ccfe09 commit 9bd2f58

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, < 6.0
33
numpy < 2.3
44
pandas >= 1.0, < 3.0
5-
pyarrow >= 17.0, < 21.0
5+
pyarrow >= 17.0, < 22.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)