Skip to content

Commit

Permalink
GH-231: bump up version of languageflow dependency (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 authored May 29, 2019
1 parent 3663427 commit 2eeddc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'Click>=6.0',
'python-crfsuite==0.9.6',
'nltk==3.4',
'languageflow==1.1.9a1'
'languageflow==1.1.13a1'
]

tests_require = [
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ commands =

; classification module
pip install Cython
pip install future scipy numpy scikit-learn==0.19.2 joblib
pip install -U fasttext==0.8.3 --no-cache-dir --no-deps --force-reinstall
python underthesea/util/data.py
python -m unittest discover tests.classification
Expand Down

0 comments on commit 2eeddc2

Please sign in to comment.