MuthuVaidy commited on
Commit
b44b082
·
verified ·
1 Parent(s): dc863a2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -3,7 +3,10 @@ pandas==2.2.2
3
  numpy==2.0.2
4
  scikit-learn==1.6.1
5
  joblib==1.4.2
6
- flask==2.2.2
 
 
 
7
  gunicorn==20.1.0
8
  requests==2.28.1
9
  huggingface_hub==0.24.0
 
3
  numpy==2.0.2
4
  scikit-learn==1.6.1
5
  joblib==1.4.2
6
+
7
+ # Web stack (compatible pins)
8
+ Flask==2.2.5
9
+ Werkzeug==2.2.3
10
  gunicorn==20.1.0
11
  requests==2.28.1
12
  huggingface_hub==0.24.0