Spaces:
Build error
Build error
meg-huggingface
commited on
Commit
•
937841c
1
Parent(s):
d8ab532
Updating NLTK requirements due to vulnerability in versions below 3.6.4: contained an inefficient Regular Expression and is vulnerable to regular expression denial of service attacks
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
langdetect==1.0.9
|
2 |
-
nltk
|
3 |
plotly==5.3.1
|
4 |
transformers>=4.8.2
|
5 |
torch==1.9.0
|
@@ -18,4 +18,4 @@ PyYAML==5.4.1
|
|
18 |
scikit_learn==0.24.2
|
19 |
seaborn==0.11.2
|
20 |
streamlit-aggrid
|
21 |
-
numexpr==2.7.3
|
|
|
1 |
langdetect==1.0.9
|
2 |
+
nltk>=3.6.4
|
3 |
plotly==5.3.1
|
4 |
transformers>=4.8.2
|
5 |
torch==1.9.0
|
|
|
18 |
scikit_learn==0.24.2
|
19 |
seaborn==0.11.2
|
20 |
streamlit-aggrid
|
21 |
+
numexpr==2.7.3
|