Max Meyer
commited on
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy>=1.21.0
|
| 2 |
+
torch>=1.9.0
|
| 3 |
+
einops>=0.6.0
|
| 4 |
+
Pillow>=9.0.0
|
| 5 |
+
timm>=0.6.0
|
| 6 |
+
torchvision>=0.10.0
|