Skip to content

Commit

Permalink
ORC-1824: Update Python documentation with PyArrow 18.1.0 and Task 20…
Browse files Browse the repository at this point in the history
…24.12.1
  • Loading branch information
dongjoon-hyun committed Jan 5, 2025
1 parent 86b6926 commit 85cbcae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/_docs/dask.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permalink: /docs/dask.html
[Dask](https://dask.org) also supports Apache ORC.

```
pip3 install "dask[dataframe]==2023.8.1"
pip3 install "dask[dataframe]==2024.12.1"
pip3 install pandas
```

Expand Down
2 changes: 1 addition & 1 deletion site/_docs/pyarrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permalink: /docs/pyarrow.html
[Apache Arrow](https://arrow.apache.org) project's [PyArrow](https://pypi.org/project/pyarrow/) is the recommended package.

```
pip3 install pyarrow==13.0.0
pip3 install pyarrow==18.1.0
pip3 install pandas
```

Expand Down

0 comments on commit 85cbcae

Please sign in to comment.