Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
risenW committed Dec 16, 2019
1 parent 2f7b132 commit 03085a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- "3.7"
before_install:
- "pip install -U pip"
- "python setup.py install"

script:
- pytest
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -6,5 +6,4 @@ seaborn
scikit-learn
numpy
spacy
en_core_web_sm
en
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -25,7 +25,6 @@
'jupyter',
'scikit-learn',
'spacy',
'en_core_web_sm',
'en'
],
classifiers=[
Expand Down

0 comments on commit 03085a8

Please sign in to comment.