Skip to content

Commit

Permalink
Update Dockerfile for Fall 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
surajrampure authored Sep 28, 2023
1 parent 8217c3c commit 8de0453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BASE_CONTAINER
USER root

RUN pip install coverage==5.5 && \
pip install 'pandas>=0.24' babypandas==0.1.7 pandas-tutor==2.0.3 && \
pip install 'pandas>=0.24, <= 1.5.3' babypandas==0.1.9 pandas-tutor==2.0.3 && \
pip install otter-grader==3.3.0

USER $NB_UID

0 comments on commit 8de0453

Please sign in to comment.