Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
hhoppe committed Jan 2, 2025
1 parent 7be1630 commit d0d0abe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions apt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# System packages (via apt) required for Binder environments (mybinder.org and similar
# notebook hosting services) to install and run Python dependencies.

# Media processing, used by "pip install mediapy".
ffmpeg
2 changes: 1 addition & 1 deletion resampler_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
},
"outputs": [],
"source": [
"!pip install -q autopep8 hhoppe-tools 'jax[cpu]' jupytext matplotlib mediapy mypy \\\n",
"!pip install -q autopep8 hhoppe-tools 'jax[cpu]' matplotlib mediapy mypy \\\n",
" pdoc Pillow pyink pylint pytest resampler scipy scikit-image tensorflow-cpu torch"
]
},
Expand Down
2 changes: 1 addition & 1 deletion resampler_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
# !pip list | grep opencv-python >/dev/null || pip install -q opencv-python-headless

# %%
# !pip install -q autopep8 hhoppe-tools 'jax[cpu]' jupytext matplotlib mediapy mypy \
# !pip install -q autopep8 hhoppe-tools 'jax[cpu]' matplotlib mediapy mypy \
# pdoc Pillow pyink pylint pytest resampler scipy scikit-image tensorflow-cpu torch

# %%
Expand Down

0 comments on commit d0d0abe

Please sign in to comment.