philip11 commited on
Commit
c0a7524
·
verified ·
1 Parent(s): 3782a7c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -9
requirements.txt CHANGED
@@ -1,12 +1,8 @@
1
- # Core Streamlit framework
2
  streamlit>=1.28.0
3
-
4
- # AI and Machine Learning (based on imports)
5
- torch>=2.0.0
6
- transformers>=4.35.0
7
- sentence-transformers>=2.2.0
8
- huggingface-hub>=0.17.0
9
-
10
- # Data processing (based on imports)
11
  numpy>=1.24.0
 
12
  scikit-learn>=1.3.0
 
 
 
 
 
 
1
  streamlit>=1.28.0
 
 
 
 
 
 
 
 
2
  numpy>=1.24.0
3
+ sentence-transformers>=2.2.2
4
  scikit-learn>=1.3.0
5
+ transformers>=4.30.0
6
+ torch>=2.0.0
7
+ huggingface-hub>=0.16.0
8
+ openai>=1.0.0