environment.yml 278 B

123456789101112131415161718
  1. name: deoldify
  2. channels:
  3. - fastai
  4. - conda-forge
  5. - defaults
  6. dependencies:
  7. - python>=3.7.3
  8. - fastai=1.0.51
  9. - pytorch=1.0.1
  10. - ffmpeg=4.1.1
  11. - tensorboardX=1.6
  12. - youtube-dl>=2019.4.17
  13. - jupyterlab
  14. - pillow=6.2.1
  15. - pip:
  16. - ffmpeg-python==0.1.17
  17. - opencv-python>=3.3.0.10
  18. - wandb