CCockrum commited on
Commit
d2a16c1
·
verified ·
1 Parent(s): 1b06ff1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
- gradio
2
- pandas
3
- numpy
4
- plotly
5
- sklearn
6
- scipy
7
- typing
8
- warnings
 
 
 
1
+ gradio==4.44.0
2
+ pandas==2.0.3
3
+ numpy==1.24.3
4
+ plotly==5.17.0
5
+ scikit-learn==1.3.0
6
+ scipy==1.11.1
7
+ statsmodels==0.14.0
8
+ fuzzywuzzy==0.18.0
9
+ python-Levenshtein==0.21.1
10
+ openpyxl==3.1.2