NithyasriVllB
commited on
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
gradio==3.30.0 # A stable version of Gradio for creating UIs
|
2 |
-
pandas==1.
|
|
|
3 |
matplotlib==3.7.1 # For visualizations
|
|
|
1 |
gradio==3.30.0 # A stable version of Gradio for creating UIs
|
2 |
+
pandas==1.3.3 # Ensures compatibility with numpy
|
3 |
+
numpy==1.21.2 # Compatible with pandas 1.3.3
|
4 |
matplotlib==3.7.1 # For visualizations
|