Skip to content

Commit

Permalink
run tests on spacy version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianeod committed Jan 6, 2020
1 parent 60fd442 commit 65904a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ The NLP allows users to parse dataset using the spacy model from python in which
The following python packages are required:
1. numpy
2. beautifulsoup4
3. spacy
3. spacy

* Tests were run using spacy version 2.2.1

To install these packages with

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
beautifulsoup4
spacy
spacy==2.2.1
langdetect

0 comments on commit 65904a3

Please sign in to comment.