Skip to content

Commit

Permalink
Add support for stanza 1.6 (#97)
Browse files Browse the repository at this point in the history
* Add support for stanza 1.6

* Remove classifier

---------

Co-authored-by: Adriane Boyd <[email protected]>
  • Loading branch information
michael-k and adrianeboyd authored Oct 9, 2023
1 parent 1970d2c commit a4565e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spacy>=3.0.0,<4.0.0
stanza>=1.2.0,<1.6.0
stanza>=1.2.0,<1.7.0
# Development dependencies
pytest>=5.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setup_package():
version=about["__version__"],
license=about["__license__"],
packages=find_packages(),
install_requires=["spacy>=3.0.0,<4.0.0", "stanza>=1.2.0,<1.6.0"],
install_requires=["spacy>=3.0.0,<4.0.0", "stanza>=1.2.0,<1.7.0"],
python_requires=">=3.6",
entry_points={
"spacy_tokenizers": [
Expand Down

0 comments on commit a4565e4

Please sign in to comment.