Bnava13 commited on
Commit
f193815
·
verified ·
1 Parent(s): 6a655a9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -4
requirements.txt CHANGED
@@ -1,4 +1,9 @@
1
- pandas
2
- scikit-learn
3
- gradio
4
- plotly
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ pandas>=2.0.0
3
+ numpy>=1.24.0
4
+ scikit-learn>=1.3.0
5
+ plotly>=5.15.0
6
+ matplotlib>=3.7.0
7
+ difflib
8
+ scipy>=1.10.0
9
+ python-Levenshtein>=0.21.0