Merge pull request #638 from dcaayushd/fix/nlp-requirements-typo-and-gensim

fix: correct pip command typo and update gensim version in Lesson 5 NLP
This commit is contained in:
Lee Stott 2026-07-02 14:41:27 +02:00 committed by GitHub
commit 316c4ca9e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
gensim==3.8.3
gensim>=4.3.0,<5
huggingface==0.0.1
matplotlib
nltk==3.9.4