vijaykumaredstellar commited on
Commit
44859a9
·
verified ·
1 Parent(s): 87c8569

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- streamlit==1.41.0
2
- pandas==2.2.0
3
- openpyxl==3.1.2
4
- sentence-transformers==3.3.1
5
- scikit-learn==1.5.2
6
- requests==2.32.3
7
- numpy==1.26.4
8
- torch==2.2.0
9
- plotly==5.24.1
 
1
+ streamlit>=1.41.0
2
+ pandas>=2.0.0
3
+ openpyxl>=3.1.0
4
+ sentence-transformers>=2.7.0
5
+ scikit-learn>=1.3.0
6
+ requests>=2.31.0
7
+ numpy>=1.24.0
8
+ plotly>=5.18.0
9
+ torch>=2.1.0