diff --git a/lessons/5-NLP/README.md b/lessons/5-NLP/README.md index 8ad51906..730ff5f9 100644 --- a/lessons/5-NLP/README.md +++ b/lessons/5-NLP/README.md @@ -28,7 +28,7 @@ If you are using local Python installation to run this course, you may need to i **For PyTorch** ```bash -pip install -r requirements-torch.txt +pip install -r requirements-pytorch.txt ``` **For TensorFlow** ```bash diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index 5df54501..3cd17ab6 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -1,4 +1,4 @@ -gensim==3.8.3 +gensim>=4.3.0 huggingface==0.0.1 matplotlib nltk==3.9.4