Add requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Pillow>=10.0.0
|
| 2 |
+
gradio>=5.0.0
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
torch>=2.1.0
|
| 5 |
+
huggingface_hub>=0.20.0
|
| 6 |
+
scikit-image>=0.22.0
|
| 7 |
+
scipy>=1.11.0
|
| 8 |
+
numpy>=1.24.0
|
| 9 |
+
opencv-python-headless>=4.8.0
|
| 10 |
+
matplotlib>=3.7.0
|
| 11 |
+
pillow-heif>=0.16.0
|
| 12 |
+
rawpy>=0.21.0
|