Skip to content

Commit

Permalink
Update pyarrow requirement from <13,>=6.0.1 to >=6.0.1,<15 (#340)
Browse files Browse the repository at this point in the history
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version.
- [Commits](apache/arrow@go/v6.0.1...go/v14.0.2)

---
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>
Co-authored-by: Romain Beaumont <[email protected]>
  • Loading branch information
dependabot[bot] and rom1504 authored Jan 12, 2024
1 parent 56f6656 commit b35774b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flask>=3.0.0,<4
flask_restful>=0.3.9,<1
flask_cors>=4.0.0,<5
pandas>=1.1.5,<3
pyarrow>=6.0.1,<13
pyarrow>=6.0.1,<15
autofaiss>=2.9.6,<3
webdataset>=0.2,<0.3
h5py>=3.1.0,<4
Expand Down

0 comments on commit b35774b

Please sign in to comment.