Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/libraries/requirements-light.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mxnet-mkl==1.5.1.post0 # MXNet is an ultra-scalable deep learning framework. Thi

## NLP
spacy==2.2.3 # Industrial-strength Natural Language Processing (NLP) with Python and Cython
nltk==3.4.5 # Natural Language Toolkit
nltk==3.6.6 # Natural Language Toolkit
fasttext==0.9.1 # fasttext Python bindings, a library for efficient learning of word representations and sentence classification.
beautifulsoup4==4.8.2 # Beautiful Soup is a library that makes it easy to scrape information from web pages.
soupsieve==1.9.5 # A modern CSS selector implementation for Beautiful Soup.
Expand Down