Skip to content

Commit

Permalink
Switch dependency from jupyter to notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo committed Apr 20, 2024
1 parent 91bc2b3 commit 2035d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -xe

pip install --upgrade pip
pip install jupyter matplotlib
pip install notebook matplotlib

# 1. Install PyTorch
# Use conda package if pytorch_branch = 'release'.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

# examples/tutorials
EXTRAS_REQUIRE = [
"jupyter>=1.0.0",
"notebook",
"graphviz>=0.8",
"matplotlib>=1.3",
"torchvision>=0.15.0",
Expand Down

0 comments on commit 2035d8e

Please sign in to comment.