pavanmutha commited on
Commit
d19e873
·
verified ·
1 Parent(s): be5fd36

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio
2
- pandas
3
- matplotlib
4
- seaborn
5
- smolagent
6
- openpyxl # Required for reading Excel files
 
 
1
+ streamlit==1.26.0
2
+ pandas==2.0.3
3
+ numpy==1.24.3
4
+ smolagents # Replace with the actual version of smolagents
5
+ openpyxl==3.1.2 # For Excel file support
6
+ matplotlib==3.7.1 # For visualizations
7
+ seaborn==0.12.2 # For advanced visualizations