Skip to content

fix: correct pip command typo and update gensim version in Lesson 5 NLP#638

Open
dcaayushd wants to merge 1 commit into
microsoft:mainfrom
dcaayushd:fix/nlp-requirements-typo-and-gensim
Open

fix: correct pip command typo and update gensim version in Lesson 5 NLP#638
dcaayushd wants to merge 1 commit into
microsoft:mainfrom
dcaayushd:fix/nlp-requirements-typo-and-gensim

Conversation

@dcaayushd
Copy link
Copy Markdown

Fixes #632
Two issues fixed in the Lesson 5 NLP setup:

Corrected a typo in README.md: requirements-torch.txt → requirements-pytorch.txt (the former file doesn't exist)
Updated gensim==3.8.3 to gensim>=4.3.0 in requirements-pytorch.txt (the pinned version fails to build on Python 3.10+ due to a NumPy compatibility issue)

@dcaayushd
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@dcaayushd
Copy link
Copy Markdown
Author

@leestott please have a look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NLP Requirements Error

1 participant