Skip to content

Commit

Permalink
Remove "pip" directives in notebooks.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mansencal <[email protected]>
  • Loading branch information
KelSolaar committed Aug 19, 2020
1 parent f31514c commit ec12785
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions physlight_camera_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
"# Camera spectral sensitivity and training data is taken from the rawtoaces repo:\n",
"# https://github.com/ampas/rawtoaces\n",
"\n",
"!pip install -q colour-science\n",
"!pip install -q matplotlib\n",
"\n",
"import colour\n",
"import numpy as np\n",
"import math\n",
Expand Down
3 changes: 0 additions & 3 deletions physlight_imaging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
"colab": {}
},
"source": [
"!pip install -q colour-science\n",
"!pip install -q matplotlib\n",
"\n",
"import colour\n",
"from colour import SpectralShape, CMFS\n",
"import numpy as np\n",
Expand Down

0 comments on commit ec12785

Please sign in to comment.