Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.28.0
|
| 2 |
+
tensorflow>=2.13.0
|
| 3 |
+
numpy>=1.21.0
|
| 4 |
+
pandas>=1.3.0
|
| 5 |
+
matplotlib>=3.4.0
|
| 6 |
+
opencv-python>=4.5.0
|
| 7 |
+
Pillow>=8.0.0
|
| 8 |
+
seaborn>=0.11.0
|
| 9 |
+
scikit-learn>=1.0.0
|
| 10 |
+
#-e .
|