norhan12 commited on
Commit
a0cb397
·
verified ·
1 Parent(s): e72acef

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,3 +1,5 @@
 
 
1
  Levenshtein
2
  braceexpand
3
  distance
@@ -54,7 +56,6 @@ google-generativeai
54
  joblib
55
  pandas
56
  scikit-learn
57
- numpy
58
  torch
59
  requests
60
  sentencepiece
@@ -70,3 +71,4 @@ seaborn
70
  Pillow
71
  Flask
72
  gunicorn
 
 
1
+ numpy>=1.22.4,<2.0.0
2
+ pyarrow>=10.0.1
3
  Levenshtein
4
  braceexpand
5
  distance
 
56
  joblib
57
  pandas
58
  scikit-learn
 
59
  torch
60
  requests
61
  sentencepiece
 
71
  Pillow
72
  Flask
73
  gunicorn
74
+ soundfile>=0.12.1