Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from PTB-PSt1/repair_mybinder
Browse files Browse the repository at this point in the history
Repair mybinder
  • Loading branch information
BjoernLudwigPTB committed Oct 2, 2020
2 parents 3e072fd + 6a41ff4 commit 842c6f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ numpy
pandas
plotly
PyDynamic
# This was needed from 3e072fd on, because of the following error in the cached
# mybinder.org image while installing dependencies:
# Attempting uninstall: terminado
# Found existing installation: terminado 0.8.3
# ERROR: Cannot uninstall 'terminado'. It is a distutils installed project and thus we
# cannot accurately determine which files belong to it which would lead to only a
# partial uninstall.
terminado == 0.8.3
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parso==0.7.1 # via jedi
pexpect==4.8.0 # via ipython
pickleshare==0.7.5 # via ipython
pillow==7.2.0 # via bokeh, matplotlib
plotly==4.10.0 # via -r requirements/requirements.in
plotly==4.11.0 # via -r requirements/requirements.in
prometheus-client==0.8.0 # via notebook
prompt-toolkit==3.0.7 # via ipython
ptyprocess==0.6.0 # via pexpect, terminado
Expand All @@ -71,7 +71,7 @@ retrying==1.3.3 # via plotly
scipy==1.5.2 # via pydynamic
send2trash==1.5.0 # via notebook
six==1.15.0 # via argon2-cffi, bleach, cycler, download, h5py, jsonschema, packaging, plotly, python-dateutil, retrying
terminado==0.9.1 # via notebook
terminado==0.8.3 # via -r requirements/requirements.in, notebook
testpath==0.4.4 # via nbconvert
tornado==6.0.4 # via bokeh, ipykernel, jupyter-client, notebook, terminado
tqdm==4.50.0 # via download, panel
Expand Down

0 comments on commit 842c6f3

Please sign in to comment.