Skip to content

Commit

Permalink
pin nltk version to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlteanuRares committed Aug 13, 2024
1 parent 043ae42 commit 2ea80bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]

transcript_dependencies = [
'nltk'
'nltk==3.8.0'
]

setup(
Expand Down

0 comments on commit 2ea80bc

Please sign in to comment.