Skip to content

Commit

Permalink
Update pyarrow requirement from <15,>=6.0.1 to >=6.0.1,<16 (#344)
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/v15.0.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 520a6fd commit ee0931f
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,<15
pyarrow>=6.0.1,<16
autofaiss>=2.9.6,<3
webdataset>=0.2,<0.3
h5py>=3.1.0,<4
Expand Down

0 comments on commit ee0931f

Please sign in to comment.