Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
gradio==3.
|
2 |
-
|
3 |
-
|
4 |
-
numpy
|
5 |
-
scikit-learn
|
|
|
1 |
+
gradio==3.30.0 # A stable version of Gradio for creating UIs
|
2 |
+
pandas==1.5.3 # For data handling
|
3 |
+
matplotlib==3.7.1 # For visualizations
|
|
|
|