Skip to content

Commit

Permalink
Extend to spacy v3.6 (#51)
Browse files Browse the repository at this point in the history
* Extend to spacy v3.6

* Temporarily test with v3.6.0.dev1

* Revert "Temporarily test with v3.6.0.dev1"

This reverts commit 208de30.
  • Loading branch information
adrianeboyd committed Jul 4, 2023
1 parent 9dd89d5 commit f9df302
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.3.0,<3.6.0
spacy>=3.3.0,<3.7.0

# Development dependencies
cython>=0.25,<3.0
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.6.0
spacy>=3.3.0,<3.7.0

[options.entry_points]
spacy_architectures =
Expand Down

0 comments on commit f9df302

Please sign in to comment.