Skip to content

Commit

Permalink
Fix dependencies of jupyterlab and ipywidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Aug 9, 2023
1 parent 9dc40cd commit e7b4b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ COPY . $HOME
RUN pip install pyvista
RUN pip install pyinstaller==5.1
RUN pip install sphinx
RUN pip install jupyterlab
RUN pip install jupyterlab<4.0.0
RUN pip install ipywidgets<8.0.0
RUN pip install tqdm
RUN pip install imageio>=2.5.0
RUN pip install imageio-ffmpeg
Expand Down

0 comments on commit e7b4b68

Please sign in to comment.