Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jantic
GitHub Repository: jantic/deoldify
Path: blob/master/environment.yml
781 views
1
name: deoldify
2
channels:
3
- fastai
4
- conda-forge
5
- defaults
6
dependencies:
7
- pip
8
- fastai=1.0.60
9
- mkl=2024.0
10
- python=3.10
11
- pytorch::pytorch=1.11.0
12
- pytorch::torchvision
13
- pytorch::torchaudio
14
- tensorboardX
15
- jupyterlab
16
- pillow>=9.0.0
17
- ipywidgets
18
- ffmpeg
19
- pip:
20
- ffmpeg-python
21
- opencv-python>=4.2.0.32
22
- wandb
23
- yt-dlp
24
25