Skip to content

Commit

Permalink
Ok maybe this hack works instead t
Browse files Browse the repository at this point in the history
  • Loading branch information
jantic committed Jan 4, 2020
1 parent 350ef8b commit c0ae938
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ImageColorizerColab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
"outputs": [],
"source": [
"!pip install -r requirements.txt"
"!pip install -r colab_requirements.txt"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion VideoColorizerColab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"outputs": [],
"source": [
"!pip install -r requirements.txt"
"!pip install -r colab_requirements.txt"
]
},
{
Expand Down
8 changes: 8 additions & 0 deletions colab_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
fastai==1.0.51
tensorboardX==1.6
ffmpeg
ffmpeg-python==0.1.17
youtube-dl>=2019.4.17
jupyterlab
opencv-python>=3.3.0.10
pillow
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ffmpeg-python==0.1.17
youtube-dl>=2019.4.17
jupyterlab
opencv-python>=3.3.0.10
pillow==5.3.0
pillow==6.2.2

0 comments on commit c0ae938

Please sign in to comment.