Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchvision>=0.15.0
|
3 |
+
Pillow>=9.0.0
|
4 |
+
opencv-python>=4.7.0
|
5 |
+
imageio>=2.31.0
|
6 |
+
matplotlib>=3.7.0
|
7 |
+
omegaconf>=2.3.0
|
8 |
+
ftfy>=6.1.1
|
9 |
+
regex>=2023.0.0
|
10 |
+
tqdm>=4.65.0
|
11 |
+
PyYAML>=6.0
|
12 |
+
einops>=0.6.0
|