fix: correct requirements-torch typo and update gensim version in lesson 5-NLP

This commit is contained in:
Aayush D.C Dangi 2026-05-20 12:30:49 +05:45
parent fa78bc6fb0
commit d50f8f765f
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
huggingface==0.0.1
matplotlib
nltk==3.9.4