Skip to content

Commit

Permalink
Added case and degree models.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdrymon committed Feb 2, 2021
1 parent f0ed9e6 commit 183c919
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='angel-tag',
version='0.0.4',
version='0.0.5',
description='An Ancient Greek Morphology Tagger',
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
Expand All @@ -29,7 +29,7 @@
classifiers=classifiers,
keywords=['greek', 'ancient greek', 'morphology', 'classics', 'computational linguistics'],
packages=find_packages(),
python_requires='=3.7.*, =3.8.*',
python_requires='==3.7.*, ==3.8.*',
install_requires=['tensorflow',
'numpy',
'gdown',
Expand Down

0 comments on commit 183c919

Please sign in to comment.