NithyasriVllB commited on
Commit
9cb4975
·
verified ·
1 Parent(s): 5fefb8a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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.5.3 # For data handling
 
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