Skip to content

Commit 732e216

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/v16.0.0...apache-arrow-20.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 20.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37df3e2 commit 732e216

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 >= 16.0, < 20.0
5+
pyarrow >= 16.0, < 21.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)