Skip to content

Commit be87631

Browse files
authored
Add nltk requirement to setup.py
1 parent 09f804b commit be87631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'pandas',
4040
'scipy',
4141
'scikit-learn',
42-
'nltk',
42+
'nltk>=3.9.1',
4343
'datefinder',
4444
'matplotlib',
4545
'seaborn',

0 commit comments

Comments
 (0)