DevBM commited on
Commit
9a31609
1 Parent(s): e84f648

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -6,7 +6,7 @@ streamlit==1.36.0
6
  asyncio==3.4.3
7
  transformers==4.45.2
8
  torch==2.3.1
9
- spacy==3.5.4
10
  nltk==3.8.1
11
  rake_nltk==1.0.6
12
  pandas==1.5.3
 
6
  asyncio==3.4.3
7
  transformers==4.45.2
8
  torch==2.3.1
9
+ spacy>=3.0.0,<4.0.0
10
  nltk==3.8.1
11
  rake_nltk==1.0.6
12
  pandas==1.5.3