conversantech commited on
Commit
7826103
·
1 Parent(s): 5a4c20a
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio
2
- nltk
3
- textstat
4
- regex
5
- numpy
 
1
+ gradio>=4.0.0
2
+ nltk>=3.8
3
+ textstat>=0.7.0
4
+ regex>=2023.0.0
5
+ numpy>=1.21.0