Skip to content

Commit

Permalink
fix: pin r-arrow & pyarrow to current working production version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanliefland committed Oct 19, 2023
1 parent df6f029 commit 9a5b664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ USER ${NB_UID}

# R packages (mamba + conda-forge)
RUN mamba install --yes -c conda-forge \
'r-arrow=7.*' \
'r-arrow=11.0.0' \
'r-aws.s3=0.*' \
'r-geojsonio=0.*' \
'r-getpass=0.*' \
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN mamba install --yes -c conda-forge \
'papermill==2.*' \
'plotly=5.*' \
'psycopg2=2.*' \
'pyarrow=7.*' \
'pyarrow=11.0.0' \
'rapidfuzz=2.*' \
'rasterstats=0.*' \
'rpy2=3.*' \
Expand Down

0 comments on commit 9a5b664

Please sign in to comment.