Skip to content

Commit

Permalink
Use altair-all, un-pin pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Apr 19, 2024
1 parent 01b3a3a commit 515164b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker/py-dsci-100/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ RUN mamba install --quiet --yes \
'nodejs' \
'psycopg2' \
'jupyter-resource-usage' \
'altair' \
'pandas<2.1' \
'altair-all' \
'pandas' \
&& mamba clean --all -f -y \
&& fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}"

# Install some recent python package that might not be on conda yet
RUN pip install "vegafusion[embed]" vl-convert-python

# Install nbgitpuller, jlab-git, newest pexpect 4.9.0
RUN pip install nbgitpuller jupyterlab-git==0.50.0 pexpect==4.9.0 \
&& jupyter lab build
Expand Down

0 comments on commit 515164b

Please sign in to comment.