Skip to content

Commit

Permalink
fix(build): install latest pyarrow through pip
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmith151 committed Nov 15, 2023
1 parent cb667a9 commit 766257b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- pandera<=0.17.1
- pydantic<=2.4.2
- plotly>5.0.0,<=5.15.0
- pyarrow>=14.0.0,<15.0.0
- pyarrow>=11.0.0,<15.0.0
- pybedtools<=0.9.0
- pyranges<=0.0.127
- pysam>0.19.1,<=0.22.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pandera<=0.17.2
pandera<=0.17.2
panel<=1.3.0
plotly>5.0.0,<=5.18.0
pyarrow>=14.0.0,<15.0.0
pyarrow==14.0.*
pybedtools<=0.9.0
pydantic<=2.3.0
pydantic<=2.3.0
Expand Down

0 comments on commit 766257b

Please sign in to comment.