Skip to content

Commit

Permalink
Updated Spacy version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshSekhon committed Mar 11, 2021
1 parent 2194214 commit 250110d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubtator_loader/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>>> from pubtator_loader.__version__ import __version__
"""
__name__ = "pubtator_loader"
__version__ = "0.1.3"
__version__ = "0.1.4"
__description__ = "Parse PubTator files with ease"
__url__ = "https://github.com/arshsekhon/pubtator_loader"
__author__ = "Arsh Sekhon"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
tests_require=["pytest"],
install_requires=[
'spacy',
'spacy==3.0.5',
],
include_package_data=True,
zip_safe=True,
Expand Down

0 comments on commit 250110d

Please sign in to comment.