rahull30 commited on
Commit
88506ed
·
verified ·
1 Parent(s): 5607d95

updated requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- pandas>=2.2.2
2
- numpy>=1.26.0
3
- scikit-learn>=1.4.0
4
  nltk==3.8.1
5
- gradio
6
- umap-learn
 
 
 
1
+ pandas==2.0.3
2
+ numpy==1.24.3
3
+ scikit-learn==1.3.0
4
  nltk==3.8.1
5
+ gradio==3.41.2
6
+ umap-learn==0.5.4
7
+ matplotlib==3.7.1
8
+ plotly==5.15.0