Updating requirements.txt and environment .yml, and updating Colabs to use requirements.txt

This commit is contained in:
Jason Antic
2019-04-17 10:45:53 -07:00
parent 02724da53f
commit 21cf8e13e6
4 changed files with 17 additions and 17 deletions
+1 -4
View File
@@ -116,10 +116,7 @@
},
"outputs": [],
"source": [
"!pip install PyDrive\n",
"!pip install ffmpeg-python\n",
"!pip install youtube-dl\n",
"!pip install tensorboardX"
"!pip install -e ."
]
},
{
+1 -4
View File
@@ -119,10 +119,7 @@
},
"outputs": [],
"source": [
"!pip install PyDrive\n",
"!pip install ffmpeg-python\n",
"!pip install youtube-dl\n",
"!pip install tensorboardX"
"!pip install -e ."
]
},
{
+9 -5
View File
@@ -1,8 +1,12 @@
name: deoldify
channels:
- conda-forge
- defaults
dependencies:
- fastai>=1.0.42
- ffmpeg >= 4.0
- python=3.7
- fastai=1.0.51
- ffmpeg=4.11
- tensorboardX=1.6
- youtube-dl>=2019.4.17
- pip:
- tensorboardX>=1.4
- youtube-dl
- ffmpeg-python
- ffmpeg-python=0.1.17
+6 -4
View File
@@ -1,4 +1,6 @@
fastai>=1.0.42
tensorboardX>=1.4
ffmpeg-python
youtube-dl
python=3.7
fastai=1.0.51
tensorboardX=1.6
ffmpeg=4.11
ffmpeg-python=0.1.17
youtube-dl>=2019.4.17