Skip to content

Commit

Permalink
fix: newer r-arrow version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanliefland committed Oct 19, 2023
1 parent 246869e commit 596afa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ USER ${NB_UID}

# R packages
RUN mamba install --yes \
'r-arrow=7.*' \
'r-arrow=8.*' \
'r-aws.s3=0.*' \
'r-geojsonio=0.*' \
'r-getpass=0.*' \
Expand Down

0 comments on commit 596afa0

Please sign in to comment.