Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
deoldify
|
2 |
+
wandb
|
3 |
+
fastai==1.0.60
|
4 |
+
tensorboardX>=1.6
|
5 |
+
ffmpeg
|
6 |
+
ffmpeg-python
|
7 |
+
yt-dlp
|
8 |
+
jupyterlab
|
9 |
+
opencv-python>=4.2.0.32
|
10 |
+
Pillow==9.3.0
|
11 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
12 |
+
torch==1.11.0
|
13 |
+
torchvision==0.12.0
|
14 |
+
ipywidgets
|