Skip to content

Commit

Permalink
Increment spaCy upper-bound to <3.8.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe authored Oct 30, 2023
1 parent da581da commit d129324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools",
"wheel",
"Cython<3.0",
"spacy>=3.3.0,<3.7.0",
"spacy>=3.3.0,<3.8.0",
"numpy>=1.15.0; python_version < '3.9'",
"numpy>=1.25.0; python_version >= '3.9'",
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spacy>=3.3.0,<3.7.0
spacy>=3.3.0,<3.8.0
numpy>=1.15.0; python_version < "3.9"
numpy>=1.19.0; python_version >= "3.9"

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ long_description_content_type = text/markdown
zip_safe = false
python_requires = >=3.6
install_requires =
spacy>=3.3.0,<3.7.0
spacy>=3.3.0,<3.8.0
numpy>=1.15.0; python_version < "3.9"
numpy>=1.19.0; python_version >= "3.9"

Expand Down

0 comments on commit d129324

Please sign in to comment.