Skip to content

Commit

Permalink
Working conda install yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
jantic committed Apr 18, 2019
1 parent 61a1a12 commit 070bf64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: deoldify
channels:
- fastai
- conda-forge
- defaults
dependencies:
- python>=3.7.3
- fastai=1.0.51
- ffmpeg=4.11
- ffmpeg=4.1.1
- tensorboardX=1.6
- youtube-dl>=2019.4.17
- jupyterlab
- pip:
- ffmpeg-python=0.1.17
- ffmpeg-python==0.1.17
- opencv-python>=3.3.0.10
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
fastai==1.0.51
tensorboardX==1.6
ffmpeg==4.1.1
ffmpeg-python==0.1.17
youtube-dl>=2019.4.17
jupyterlab
opencv-python>=3.3.0.10

0 comments on commit 070bf64

Please sign in to comment.