Skip to content

Commit

Permalink
build(deps): Update pyarrow requirement (#205)
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/v8.0.1...go/v13.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>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 4b538f0 commit 61c8587
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 @@ more-itertools
numpy
pandas<=2.1.1
plotly>5.0.0,<=5.17.0
pyarrow>8.0.0,<12.0.0
pyarrow>8.0.0,<14.0.0
pybedtools
pyranges
pysam>0.15.0,<=0.21.0
Expand Down

0 comments on commit 61c8587

Please sign in to comment.