Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update setup.py to exclude torch, transformers, and nltk depen…
…dencies This commit updates the setup.py file to exclude the torch, transformers, and nltk dependencies from the install_requires section. Instead, it creates separate extras_require sections for different environments, including all requirements, excluding torch for Colab, and excluding torch, transformers, and nltk for the crawl environment.
- Loading branch information