Skip to content

Commit 03085a8

Browse files
committed
Update requirements
1 parent 2f7b132 commit 03085a8

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.7"
55
before_install:
66
- "pip install -U pip"
7+
- "python setup.py install"
78

89
script:
910
- pytest

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ seaborn
66
scikit-learn
77
numpy
88
spacy
9-
en_core_web_sm
109
en

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
'jupyter',
2626
'scikit-learn',
2727
'spacy',
28-
'en_core_web_sm',
2928
'en'
3029
],
3130
classifiers=[

0 commit comments

Comments
 (0)