Skip to content

Commit ee0931f

Browse files
Update pyarrow requirement from <15,>=6.0.1 to >=6.0.1,<16 (rom1504#344)
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Commits](apache/arrow@go/v6.0.1...go/v15.0.0) --- updated-dependencies: - dependency-name: pyarrow 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 520a6fd commit ee0931f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flask>=3.0.0,<4
1010
flask_restful>=0.3.9,<1
1111
flask_cors>=4.0.0,<5
1212
pandas>=1.1.5,<3
13-
pyarrow>=6.0.1,<15
13+
pyarrow>=6.0.1,<16
1414
autofaiss>=2.9.6,<3
1515
webdataset>=0.2,<0.3
1616
h5py>=3.1.0,<4

0 commit comments

Comments
 (0)