mgbam commited on
Commit
e5cf53e
·
verified ·
1 Parent(s): f748c28

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -11
requirements.txt CHANGED
@@ -1,11 +1,8 @@
1
- streamlit
2
- numpy
3
- pandas
4
- smolagents
5
- matplotlib
6
- seaborn
7
- plotly
8
- groq
9
- scikit-learn
10
- joblib
11
- pdfkit
 
1
+ streamlit>=1.32.0
2
+ pandas>=2.0.0
3
+ numpy>=1.24.0
4
+ matplotlib>=3.7.0
5
+ seaborn>=0.12.0
6
+ langchain>=0.1.0
7
+ openai>=1.0.0
8
+ python-dotenv>=1.0.0