Skip to content

Commit

Permalink
Merge pull request #578 from NatLibFi/update-dependencies-v0.57
Browse files Browse the repository at this point in the history
Update dependencies v0.57
  • Loading branch information
juhoinkinen authored Mar 14, 2022
2 parents b679882 + 62856fa commit 3629139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if [[ ${{ matrix.python-version }} == '3.8' ]]; then
pip install .[spacy]
# download the small English pretrained spaCy model needed by spacy analyzer
python -m spacy download en_core_web_sm
python -m spacy download en_core_web_sm --upgrade-strategy only-if-needed
fi
# For Python 3.7
# - voikko and pycld3 dependencies
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(fname):
zip_safe=False,
python_requires='>=3.7',
install_requires=[
'connexion2[swagger-ui]',
'connexion[swagger-ui]==2.12.*',
'swagger_ui_bundle',
'flask>=1.0.4,<3',
'flask-cors',
Expand All @@ -47,8 +47,8 @@ def read(fname):
extras_require={
'fasttext': ['fasttext==0.9.2'],
'voikko': ['voikko'],
'nn': ['tensorflow-cpu==2.7.0', 'lmdb==1.3.0'],
'omikuji': ['omikuji==0.4.*'],
'nn': ['tensorflow-cpu==2.7.1', 'lmdb==1.3.0'],
'omikuji': ['omikuji==0.5.*'],
'yake': ['yake==0.4.5'],
'pycld3': ['pycld3'],
'spacy': ['spacy==3.2.*'],
Expand Down

0 comments on commit 3629139

Please sign in to comment.