sakthi07 commited on
Commit
55e0446
·
verified ·
1 Parent(s): b5e04f3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- gradio==5.44.1
2
- openai==1.102.0
3
- pandas==2.3.2
4
- matplotlib==3.10.6
5
- seaborn==0.13.2
6
- numpy==2.3.2
7
- python-dotenv==1.1.1
 
1
+ gradio==5.44.1
2
+ openai==1.102.0
3
+ pandas>=2.0,<2.2
4
+ matplotlib>=3.7,<3.9
5
+ seaborn>=0.12,<0.14
6
+ numpy>=1.24,<2.2
7
+