Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
tensorflow>=2.16.0
|
| 3 |
+
neat-python==0.92
|
| 4 |
+
scikit-learn==1.3.2
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
opencv-python-headless==4.9.0.80
|
| 7 |
+
Pillow==10.1.0
|
| 8 |
+
pandas>=2.0.0
|
| 9 |
+
scipy>=1.11.0
|
| 10 |
+
gdown>=4.7.0
|