Update spacy-legacy dependency to 4.0.0.dev1 (#13270)

This release is compatible with the parser refactor backout.
This commit is contained in:
Daniël de Kok 2024-01-25 18:24:22 +01:00 committed by GitHub
parent ce9ea9629f
commit 70e2f2a14a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Our libraries
spacy-legacy>=4.0.0.dev0,<4.1.0
spacy-legacy>=4.0.0.dev1,<4.1.0
spacy-loggers>=1.0.0,<2.0.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0

View File

@ -32,7 +32,7 @@ include_package_data = true
python_requires = >=3.8
install_requires =
# Our libraries
spacy-legacy>=4.0.0.dev0,<4.1.0
spacy-legacy>=4.0.0.dev1,<4.1.0
spacy-loggers>=1.0.0,<2.0.0
murmurhash>=0.28.0,<1.1.0
cymem>=2.0.2,<2.1.0